mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 03:03:02 +00:00
* src/conflicts.c (conflicts_print): Correct format string typo:
use `%%' to produce literal `%'. (trivial change)
This commit is contained in:
@@ -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>
|
2004-03-30 Paul Eggert <eggert@twinsun.com>
|
||||||
|
|
||||||
* src/getargs.c (version): Update copyright year to 2004.
|
* src/getargs.c (version): Update copyright year to 2004.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Find and resolve or report look-ahead conflicts for bison,
|
/* Find and resolve or report look-ahead conflicts for bison,
|
||||||
|
|
||||||
Copyright (C) 1984, 1989, 1992, 2000, 2001, 2002, 2003
|
Copyright (C) 1984, 1989, 1992, 2000, 2001, 2002, 2003, 2004
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of Bison, the GNU Compiler Compiler.
|
This file is part of Bison, the GNU Compiler Compiler.
|
||||||
@@ -484,7 +484,7 @@ conflicts_print (void)
|
|||||||
|
|
||||||
if (! glr_parser && rrc_total > 0 && expected_rr_conflicts != -1)
|
if (! glr_parser && rrc_total > 0 && expected_rr_conflicts != -1)
|
||||||
{
|
{
|
||||||
warn (_("%expect-rr applies only to GLR parsers"));
|
warn (_("%%expect-rr applies only to GLR parsers"));
|
||||||
expected_rr_conflicts = -1;
|
expected_rr_conflicts = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user