+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>
Fix minor problems encountered by a fresh bootstrap.
m4_changecom()
m4_divert_push(0)dnl
@output(b4_parser_file_name@)@
-b4_copyright([Skeleton implementation for Bison's Yacc-like parsers in C],
+b4_copyright([Bison implementation for Yacc-like parsers in C],
[1984, 1989-1990, 2000-2011])[
/* C LALR(1) parser skeleton written by Richard Stallman, by
-/* A Bison parser, made by GNU Bison 2.4.1.265-8cbbf. */
+/* A Bison parser, made by GNU Bison 2.4.1.266-7e5e. */
-/* Skeleton 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.
#define YYBISON 1
/* Bison version. */
-#define YYBISON_VERSION "2.4.1.265-8cbbf"
+#define YYBISON_VERSION "2.4.1.266-7e5e"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"
-/* A Bison parser, made by GNU Bison 2.4.1.265-8cbbf. */
+/* A Bison parser, made by GNU Bison 2.4.1.266-7e5e. */
/* Bison interface for Yacc-like parsers in C