|
@@ -194,7 +194,7 @@ pop_struct() {
|
|
|
/* This is a bison-specific declaration to enable recursive calls to
|
|
/* This is a bison-specific declaration to enable recursive calls to
|
|
|
yyparse(). It changes the calling sequence to yylex(), passing
|
|
yyparse(). It changes the calling sequence to yylex(), passing
|
|
|
pointers to the current yylval and yylloc. */
|
|
pointers to the current yylval and yylloc. */
|
|
|
-%pure_parser
|
|
|
|
|
|
|
+%pure-parser
|
|
|
|
|
|
|
|
%token <u.real> REAL
|
|
%token <u.real> REAL
|
|
|
%token <u.integer> INTEGER
|
|
%token <u.integer> INTEGER
|