]> git.saurik.com Git - bison.git/commitdiff
* src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
authorMarc Autret <autret_m@epita.fr>
Thu, 22 Nov 2001 22:00:21 +0000 (22:00 +0000)
committerMarc Autret <autret_m@epita.fr>
Thu, 22 Nov 2001 22:00:21 +0000 (22:00 +0000)
ChangeLog
src/bison.simple

index 56fe9703d0a73855407f9208e676309c7630ee50..2315e33a55d09dd6fb2a6f71a0d75b14c0d7c333 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-22  Marc Autret  <autret_m@epita.fr>
+
+       * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
+
 2001-11-22  Marc Autret  <autret_m@epita.fr>
 
        * src/muscle_tab.c (muscle_init): Remove initialization of
index 67ac9a359d92075107ed3f0bab6eea252f52b161..9b627b1c5fe55cf7d2b259ca556d0ea8b46672e3 100644 (file)
@@ -151,6 +151,9 @@ typedef struct yyltype
 
 #ifndef YYERROR_VERBOSE
 # define YYERROR_VERBOSE %%verbose
+#else
+# undef YYERROR_VERBOSE
+# define YYERROR_VERBOSE 1
 #endif
 
 /* Tokens.  */