]> git.saurik.com Git - bison.git/blobdiff - src/parse-skel.y
* lib/hash.h (__P): Added definition for this macro.
[bison.git] / src / parse-skel.y
index 2b85bb30650712b03932db0ef3c381b012e7e4b9..34445f3f1472e6d552bc633ab65bcf7298351a27 100644 (file)
@@ -22,7 +22,6 @@
 %debug
 %defines
 %verbose
-%error-verbose
 %locations
 %name-prefix="skel_"
 %pure-parser
@@ -37,6 +36,8 @@
 #include "skeleton.h"
 #include "muscle_tab.h"
 
+#define YYERROR_VERBOSE 1
+
 /* Pass the control structure to YYPARSE but not YYLEX (yet?). */
 #define YYPARSE_PARAM skel_control
 /* YYPARSE receives SKEL_CONTROL as a void *.  Provide a correctly