mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* src/conflicts.c (conflicts_print): Correct format string typo:
use `%%' to produce literal `%'. (trivial change)
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,8 @@
|
||||
2004-04-13 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* src/conflicts.c (conflicts_print): Correct format string typo:
|
||||
use `%%' to produce literal `%'. (trivial change)
|
||||
|
||||
2004-03-30 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* src/getargs.c (version): Update copyright year to 2004.
|
||||
@@ -44,12 +49,12 @@
|
||||
* src/parse-gram.y: Define PERCENT_EXPECT_RR.
|
||||
(declaration): Replace expected_conflicts with expected_sr_conflicts.
|
||||
Add %expect-rr rule.
|
||||
|
||||
|
||||
* src/scan-gram.l: Recognize %expect-rr.
|
||||
|
||||
* src/conflicts.h (expected_sr_conflicts): Rename from
|
||||
* src/conflicts.h (expected_sr_conflicts): Rename from
|
||||
expected_conflicts.
|
||||
(expected_rr_conflicts): Declare.
|
||||
(expected_rr_conflicts): Declare.
|
||||
|
||||
* src/conflicts.c (expected_sr_conflicts): Rename from
|
||||
expected_conflicts.
|
||||
@@ -58,9 +63,9 @@
|
||||
for GLR parsers.
|
||||
Use expected_sr_conflicts in place of expected_conflicts.
|
||||
Warn if expected_rr_conflicts used in non-GLR parser.
|
||||
|
||||
|
||||
* doc/bison.texinfo: Add documentation for %expect-rr.
|
||||
|
||||
|
||||
2004-03-08 Paul Eggert <eggert@gnu.org>
|
||||
|
||||
Add support for hex token numbers. Suggested by Odd Arild Olsen in
|
||||
|
||||
Reference in New Issue
Block a user