* src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.

This commit is contained in:
Joel E. Denny
2006-08-13 03:18:15 +00:00
parent 11daa4e73b
commit 219741d873
4 changed files with 224 additions and 220 deletions

View File

@@ -83,6 +83,7 @@ static int current_prec = 0;
%error-verbose
%defines
%name-prefix="gram_"
%expect 0
%initial-action
{