mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
Fix minor problems encountered by a fresh bootstrap.
* data/glr.c, data/yacc.c: Do not use apostrophes in '#' comments,
as they confuse xgettext, which tries to parse them as C character
constants in a preprocessor directive.
* data/yacc.c (yy_lac): Don't use printf %d format on *yyesp, as
that expression might not promote to int on some platforms.
* src/parse-gram.c, src/parse-gram.h: Regenerate.
(cherry picked from commit 3c9b20ff5a)
Conflicts:
data/yacc.c
src/parse-gram.c
src/parse-gram.h
This commit is contained in:
committed by
Joel E. Denny
parent
8cbbf1786f
commit
7e5ef70679
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2011-01-09 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Fix minor problems encountered by a fresh bootstrap.
|
||||
* data/glr.c, data/yacc.c: Do not use apostrophes in '#' comments,
|
||||
as they confuse xgettext, which tries to parse them as C character
|
||||
constants in a preprocessor directive.
|
||||
* data/yacc.c (yy_lac): Don't use printf %d format on *yyesp, as
|
||||
that expression might not promote to int on some platforms.
|
||||
* src/parse-gram.c, src/parse-gram.h: Regenerate.
|
||||
|
||||
2011-01-09 Joel E. Denny <joeldenny@joeldenny.org>
|
||||
|
||||
Improve error messages for `$' or `@' followed by `.' or `-'.
|
||||
|
||||
Reference in New Issue
Block a user