mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
* doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
since it's in Bison's name space.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
* data/glr.c (yyresolveValue): Add default case to pacify
|
* data/glr.c (yyresolveValue): Add default case to pacify
|
||||||
|
|||||||
@@ -7363,7 +7363,7 @@ avoid name clashes.
|
|||||||
|
|
||||||
@comment file: calc++-parser.yy
|
@comment file: calc++-parser.yy
|
||||||
@example
|
@example
|
||||||
%token YYEOF 0 "end of file"
|
%token TOKEN_EOF 0 "end of file"
|
||||||
%token TOKEN_ASSIGN ":="
|
%token TOKEN_ASSIGN ":="
|
||||||
%token <sval> TOKEN_IDENTIFIER "identifier"
|
%token <sval> TOKEN_IDENTIFIER "identifier"
|
||||||
%token <ival> TOKEN_NUMBER "number"
|
%token <ival> TOKEN_NUMBER "number"
|
||||||
|
|||||||
Reference in New Issue
Block a user