X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1109455ce9eef188682a8e83c86c79ef941d7db8..cae601224e356773fcd101dce0677f558e7c4357:/src/parse-skel.y diff --git a/src/parse-skel.y b/src/parse-skel.y index 2b85bb30..34445f3f 100644 --- a/src/parse-skel.y +++ b/src/parse-skel.y @@ -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