mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
* lib/hash.h (__P): Added definition for this macro.
* src/Makefile.am: Add parse-skel.c and scan-skel.c to BUILT_SOURCES, to ensure they are generated first. * src/parse-skel.y: Use YYERROR_VERBOSE instead of %error-verbose to allow bootstrapping with bison 1.30x.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user