]> git.saurik.com Git - bison.git/commitdiff
* doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Mar 2006 07:59:20 +0000 (07:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Mar 2006 07:59:20 +0000 (07:59 +0000)
ChangeLog
doc/bison.texinfo

index 6b7f71d09eea325dae823c76d1befbadeaad42c8..8215a9d1d8dccdbf83cebbd6ac9336e3e967b5e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
 2006-03-12  Akim Demaille  <akim@lrde.epita.fr>
 
        * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
@@ -18,7 +30,7 @@
        * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
        (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
        * tests/calc.at: Use it, instead of hard coding `yy'.
        * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
        (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
        * tests/calc.at: Use it, instead of hard coding `yy'.
-       
+
 2006-03-10  Akim Demaille  <akim@lrde.epita.fr>
 
        * TODO: Remove dead items.
 2006-03-10  Akim Demaille  <akim@lrde.epita.fr>
 
        * TODO: Remove dead items.
index 022510b8d11c9c9d1dbec3cdc622991c257c7967..01fa9bf2ee49bfb2864c58d6b38d6d0b7a96e6d8 100644 (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
 in C parsers
 is @code{yyparse}, @code{yylex}, @code{yyerror}, @code{yynerrs},
 @var{prefix} instead of @samp{yy}.  The precise list of symbols renamed
 in C parsers
 is @code{yyparse}, @code{yylex}, @code{yyerror}, @code{yynerrs},
-@code{yylval}, @code{yylloc}, @code{yychar}, @code{yydebug}, and
-possible @code{yylloc}.  For example, if you use
+@code{yylval}, @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}.
 @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}.