* 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:
Joel E. Denny
2011-01-24 21:10:41 -05:00
parent bf3e44fe46
commit fe3cae17a1
4 changed files with 9 additions and 5 deletions

View File

@@ -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.
@@ -44,7 +44,7 @@
#define YYBISON 1
/* Bison version. */
#define YYBISON_VERSION "2.4.555-5c9e"
#define YYBISON_VERSION "2.4.557-bf3e4"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"

View File

@@ -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