* data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.

This commit is contained in:
Paul Eggert
2006-09-12 17:46:34 +00:00
parent 8e1687aef6
commit 4ec13d6058
2 changed files with 8 additions and 13 deletions
+8
View File
@@ -1,3 +1,11 @@
2006-09-12 Paul Eggert <[email protected]>
* data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
We don't need them in glr.cc, and glr.c defines them.
Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
assumes that defining it to anything is the same as defining
it to 1. Problem reported by Paolo Bonzini.
2006-09-12 Paolo Bonzini <[email protected]> (tiny change)
* data/c.m4 (b4_null, b4_case): Define.