* 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

4
NEWS
View File

@@ -51,8 +51,8 @@ Changes in version 2.3a+ (????-??-??):
3. `%code provides {CODE}' replaces `%end-header {CODE}'
4. `%code top {CODE}' replaces `%before-header {CODE}'
See the %code entries in `Appendix A Bison Symbols' in the Bison manual for a
summary of the new functionality. See the new section `Prologue
See the %code entries in section `Bison Declaration Summary' in the Bison
manual for a summary of the new functionality. See the new section `Prologue
Alternatives' for a detailed discussion including the advantages of %code
over the traditional Yacc prologues.