mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* data/yacc.c: Fix last apostrophe warning from xgettext.
(cherry picked from commit 448dc38bc4)
Conflicts:
data/yacc.c
src/parse-gram.c
src/parse-gram.h
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2011-01-24 Joel E. Denny <joeldenny@joeldenny.org>
|
||||||
|
|
||||||
|
* data/yacc.c: Fix last apostrophe warning from xgettext.
|
||||||
|
|
||||||
2011-01-09 Paul Eggert <eggert@cs.ucla.edu>
|
2011-01-09 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
Simplify handling of '.' and '-' after unbracketed named references.
|
Simplify handling of '.' and '-' after unbracketed named references.
|
||||||
|
|||||||
@@ -235,7 +235,7 @@ m4_define([b4_declare_parser_state_variables], [b4_pure_if([[
|
|||||||
m4_changecom()
|
m4_changecom()
|
||||||
m4_divert_push(0)dnl
|
m4_divert_push(0)dnl
|
||||||
@output(b4_parser_file_name@)@
|
@output(b4_parser_file_name@)@
|
||||||
b4_copyright([Implementation for Bison's Yacc-like parsers in C])[
|
b4_copyright([Bison implementation for Yacc-like parsers in C])[
|
||||||
|
|
||||||
/* C LALR(1) parser skeleton written by Richard Stallman, by
|
/* C LALR(1) parser skeleton written by Richard Stallman, by
|
||||||
simplifying the original so-called "semantic" parser. */
|
simplifying the original so-called "semantic" parser. */
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* A Bison parser, made by GNU Bison 2.4.555-5c9e. */
|
/* A Bison parser, made by GNU Bison 2.4.557-bf3e4. */
|
||||||
|
|
||||||
/* Implementation for Bison's Yacc-like parsers in C
|
/* Bison implementation for Yacc-like parsers in C
|
||||||
|
|
||||||
Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
|
Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
#define YYBISON 1
|
#define YYBISON 1
|
||||||
|
|
||||||
/* Bison version. */
|
/* Bison version. */
|
||||||
#define YYBISON_VERSION "2.4.555-5c9e"
|
#define YYBISON_VERSION "2.4.557-bf3e4"
|
||||||
|
|
||||||
/* Skeleton name. */
|
/* Skeleton name. */
|
||||||
#define YYSKELETON_NAME "yacc.c"
|
#define YYSKELETON_NAME "yacc.c"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* A Bison parser, made by GNU Bison 2.4.555-5c9e. */
|
/* A Bison parser, made by GNU Bison 2.4.557-bf3e4. */
|
||||||
|
|
||||||
/* Bison interface for Yacc-like parsers in C
|
/* Bison interface for Yacc-like parsers in C
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user