since it's in Bison's name space.
+2005-09-16 Akim Demaille <akim@epita.fr>
+
+ * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
+ since it's in Bison's name space.
+
2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
* data/glr.c (yyresolveValue): Add default case to pacify
2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
* data/glr.c (yyresolveValue): Add default case to pacify
@comment file: calc++-parser.yy
@example
@comment file: calc++-parser.yy
@example
-%token YYEOF 0 "end of file"
+%token TOKEN_EOF 0 "end of file"
%token TOKEN_ASSIGN ":="
%token <sval> TOKEN_IDENTIFIER "identifier"
%token <ival> TOKEN_NUMBER "number"
%token TOKEN_ASSIGN ":="
%token <sval> TOKEN_IDENTIFIER "identifier"
%token <ival> TOKEN_NUMBER "number"