mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
* doc/bison.texinfo (Prologue Alternatives): Fix a tiny typo.
This commit is contained in:
@@ -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 fourth line is required by @code{YYSTYPE} and thus also needs to appear in
|
||||||
the parser code file.
|
the parser code file.
|
||||||
However, if you've instructed Bison to generate a parser header 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.
|
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
|
Also, the @code{YYLTYPE} definition should appear in the parser header file to
|
||||||
override the default @code{YYLTYPE} definition there.
|
override the default @code{YYLTYPE} definition there.
|
||||||
|
|||||||
Reference in New Issue
Block a user