]> git.saurik.com Git - bison.git/commitdiff
* doc/bison.texinfo (Prologue Alternatives): Fix a tiny typo.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Mon, 16 Oct 2006 05:48:34 +0000 (05:48 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Mon, 16 Oct 2006 05:48:34 +0000 (05:48 +0000)
doc/bison.texinfo

index 11a5fca6188654343ca0ba4d4b799dace9b0ba16..e78f43460cf1c2956963f309efaa07e84f3ce5cc 100644 (file)
@@ -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
 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.
 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.