bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: doc: YYEOF


From: Akim Demaille
Subject: FYI: doc: YYEOF
Date: Fri, 16 Sep 2005 13:26:34 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * 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

[Prev in Thread] Current Thread [Next in Thread]