Browse Source

Change %pure_parser to %pure-parser in cppBison.yxx (%pure_parser is very very deprecated)

kestred 12 years ago
parent
commit
9ee6e59795
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/cppparser/cppBison.yxx

+ 1 - 1
dtool/src/cppparser/cppBison.yxx

@@ -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