From 67a9768ed49978ce5c5d4d4636091c427ac0f3e6 Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Mon, 16 Oct 2006 05:48:34 +0000 Subject: [PATCH] * doc/bison.texinfo (Prologue Alternatives): Fix a tiny typo. --- doc/bison.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2