]> git.saurik.com Git - bison.git/blobdiff - tests/regression.at
* tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
[bison.git] / tests / regression.at
index d91dbc6e21d59d5f4e581368b369cfe4167824d6..ec5e140fa7709970cbc8d139f70e537f1330b1e0 100644 (file)
@@ -318,7 +318,7 @@ AT_DATA([input.y],
 void yyerror (const char *s);
 int yylex (void);
 %}
 void yyerror (const char *s);
 int yylex (void);
 %}
-[%token YYEOF 0 "end of file"
+[%token MYEOF 0 "end of file"
 %token 'a' "a"
 %token b "b"
 %token c 'c'
 %token 'a' "a"
 %token b "b"
 %token c 'c'