From: Akim Demaille Date: Fri, 16 Sep 2005 11:26:43 +0000 (+0000) Subject: * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF X-Git-Tag: BISON-2_1~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70d8f2910e8cb30f99f37541a887889cb5ccf48b;p=platform%2Fupstream%2Fbison.git * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF since it's in Bison's name space. --- diff --git a/ChangeLog b/ChangeLog index d7b4ff8..e392ea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-16 Akim Demaille + + * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF + since it's in Bison's name space. + 2005-09-15 Paul Eggert * data/glr.c (yyresolveValue): Add default case to pacify diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 50f1f42..c384d2d 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -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 TOKEN_IDENTIFIER "identifier" %token TOKEN_NUMBER "number"