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
|
||||
%lex-param { struct context *context }
|
||||
|
||||
|
|
Loading…
Reference in New Issue