cmdparse: expect 4 shift/reduce conflicts

This commit is contained in:
Michael Stapelberg 2011-03-14 23:08:33 +01:00
parent f900fab453
commit b21137b2c0
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ char *parse_cmd(const char *new) {
%}
%expect 4
%error-verbose
%lex-param { struct context *context }