]> git.saurik.com Git - bison.git/commitdiff
* doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
authorAkim Demaille <akim@epita.fr>
Fri, 16 Sep 2005 11:26:43 +0000 (11:26 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 16 Sep 2005 11:26:43 +0000 (11:26 +0000)
since it's in Bison's name space.

ChangeLog
doc/bison.texinfo

index d7b4ff85a18258f7279dc3f20ce4e5ad97751276..e392ea2640bfd27de911a274d14f0cc2303f7a19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * data/glr.c (yyresolveValue): Add default case to pacify
index 50f1f42a2198f54f60b26d01eb28db27558fbb2e..c384d2d41686aa9aa09f914700a1f32c3b4392f9 100644 (file)
@@ -7363,7 +7363,7 @@ avoid name clashes.
 
 @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"