mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +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.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* A Bison parser, made by GNU Bison 2.4.547-d397. */
|
||||
/* A Bison parser, made by GNU Bison 2.4.555-5c9e. */
|
||||
|
||||
/* Interface for Bison's Yacc-like parsers in C
|
||||
/* Bison interface for Yacc-like parsers in C
|
||||
|
||||
Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user