From: Joel E. Denny Date: Mon, 16 Oct 2006 05:48:34 +0000 (+0000) Subject: * doc/bison.texinfo (Prologue Alternatives): Fix a tiny typo. X-Git-Tag: v2.3b~257 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/67a9768ed49978ce5c5d4d4636091c427ac0f3e6 * doc/bison.texinfo (Prologue Alternatives): Fix a tiny typo. --- diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 11a5fca6..e78f4346 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -2782,7 +2782,7 @@ The first two lines need to appear in the parser code file. The fourth line is required by @code{YYSTYPE} and thus also needs to appear in the parser code file. However, if you've instructed Bison to generate a parser header file -(@pxref{Table of Symbols, ,%defines}), you probably want the third line to +(@pxref{Table of Symbols, ,%defines}), you probably want the fourth line to appear before the @code{YYSTYPE} definition in that header file as well. Also, the @code{YYLTYPE} definition should appear in the parser header file to override the default @code{YYLTYPE} definition there.