cmdparse: expect 4 shift/reduce conflicts
This commit is contained in:
parent
f900fab453
commit
b21137b2c0
|
@ -90,6 +90,7 @@ char *parse_cmd(const char *new) {
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
%expect 4
|
||||||
%error-verbose
|
%error-verbose
|
||||||
%lex-param { struct context *context }
|
%lex-param { struct context *context }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue