* NEWS (2.3a+): In the %code entry, reference section `Bison

Declaration Summary' from the manual now since the %code summary has
moved there.
* doc/bison.texinfo (Prologue Alternatives): Mention that directives
in the rules section must be terminated by semicolons.
This commit is contained in:
Joel E. Denny
2007-05-26 20:08:18 +00:00
parent 0c650a2027
commit 61fee93ecb
3 changed files with 10 additions and 2 deletions

View File

@@ -2956,6 +2956,8 @@ type:
You could even place each of the above directive groups in the rules section of
the grammar file next to the set of rules that uses the associated semantic
type.
(In the rules section, you must terminate each of those directives with a
semicolon.)
And you don't have to worry that some directive (like a @code{%union}) in the
definitions section is going to adversely affect their functionality in some
counter-intuitive manner just because it comes first.