Index: ChangeLog
from  Akim Demaille  <[EMAIL PROTECTED]>

        * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
        since it's in Bison's name space.

Index: doc/bison.texinfo
===================================================================
RCS file: /cvsroot/bison/bison/doc/bison.texinfo,v
retrieving revision 1.158
diff -u -u -r1.158 bison.texinfo
--- doc/bison.texinfo 15 Sep 2005 14:06:52 -0000 1.158
+++ doc/bison.texinfo 16 Sep 2005 11:26:08 -0000
@@ -7363,7 +7363,7 @@
 
 @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"



Reply via email to