* doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.

This commit is contained in:
Paul Eggert
2006-03-17 07:59:20 +00:00
parent 1bddda4d85
commit 91e3ac9ab0
2 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,15 @@
2006-03-16 Paul Eggert <eggert@cs.ucla.edu>
* doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
Problem reported by Bob Rossi.
2006-03-13 Paul Eggert <eggert@cs.ucla.edu>
* doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
and didn't really work.
For the index, use @ifnotinfo, not @iftex.
Minor cleanups of spacing and terminology.
2006-03-12 Akim Demaille <akim@lrde.epita.fr> 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
* tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition

View File

@@ -4220,8 +4220,8 @@ Rename the external symbols used in the parser so that they start with
@var{prefix} instead of @samp{yy}. The precise list of symbols renamed @var{prefix} instead of @samp{yy}. The precise list of symbols renamed
in C parsers in C parsers
is @code{yyparse}, @code{yylex}, @code{yyerror}, @code{yynerrs}, is @code{yyparse}, @code{yylex}, @code{yyerror}, @code{yynerrs},
@code{yylval}, @code{yylloc}, @code{yychar}, @code{yydebug}, and @code{yylval}, @code{yychar}, @code{yydebug}, and
possible @code{yylloc}. For example, if you use (if locations are used) @code{yylloc}. For example, if you use
@samp{%name-prefix="c_"}, the names become @code{c_parse}, @code{c_lex}, @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 and so on. In C++ parsers, it is only the surrounding namespace which is
named @var{prefix} instead of @samp{yy}. named @var{prefix} instead of @samp{yy}.