neverparse: Remove superfluous %expect-rr in grammar.
* src/neverparse/neverclaimparse.yy: Remove %expect-rr, that's only for GLR parsers.
This commit is contained in:
parent
734e203b65
commit
e598175fca
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@
|
||||||
%locations
|
%locations
|
||||||
%defines
|
%defines
|
||||||
%expect 0 // No shift/reduce
|
%expect 0 // No shift/reduce
|
||||||
%expect-rr 0 // No reduce/reduce
|
|
||||||
%name-prefix "neverclaimyy"
|
%name-prefix "neverclaimyy"
|
||||||
%debug
|
%debug
|
||||||
%error-verbose
|
%error-verbose
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue