[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: manual
From: |
Paul Eggert |
Subject: |
Re: manual |
Date: |
Fri, 17 Mar 2006 00:00:08 -0800 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
Thanks for mentioning that. I installed this fix:
2006-03-16 Paul Eggert <address@hidden>
* doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
Problem reported by Bob Rossi.
--- doc/bison.texinfo 13 Mar 2006 23:21:29 -0000 1.183
+++ doc/bison.texinfo 17 Mar 2006 07:59:20 -0000 1.184
@@ -4220,8 +4220,8 @@ Rename the external symbols used in the
@var{prefix} instead of @samp{yy}. The precise list of symbols renamed
in C parsers
is @code{yyparse}, @code{yylex}, @code{yyerror}, @code{yynerrs},
address@hidden, @code{yylloc}, @code{yychar}, @code{yydebug}, and
-possible @code{yylloc}. For example, if you use
address@hidden, @code{yychar}, @code{yydebug}, and
+(if locations are used) @code{yylloc}. For example, if you use
@samp{%name-prefix="c_"}, the names become @code{c_parse}, @code{c_lex},
and so on. In C++ parsers, it is only the surrounding namespace which is
named @var{prefix} instead of @samp{yy}.
- manual, Bob Rossi, 2006/03/16
- Re: manual,
Paul Eggert <=