mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
* src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
This commit is contained in:
@@ -83,6 +83,7 @@ static int current_prec = 0;
|
||||
%error-verbose
|
||||
%defines
|
||||
%name-prefix="gram_"
|
||||
%expect 0
|
||||
|
||||
%initial-action
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user