]> git.saurik.com Git - bison.git/commitdiff
* data/yacc.c: Fix last apostrophe warning from xgettext.
authorJoel E. Denny <jdenny@clemson.edu>
Tue, 25 Jan 2011 02:10:41 +0000 (21:10 -0500)
committerJoel E. Denny <jdenny@clemson.edu>
Tue, 25 Jan 2011 02:14:46 +0000 (21:14 -0500)
ChangeLog
data/yacc.c
src/parse-gram.c
src/parse-gram.h

index 75e7fcde1214948623d19b0a2ffa51dc893eafc0..f987a06791e86f7dc876a63d11cdff95f0c6638f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        Fix minor problems encountered by a fresh bootstrap.
index ca1059b02ebeadd6cb49d7111a760872f6e82132..7ff163a2ebfa6aefc38287e54639bead0765baef 100644 (file)
@@ -233,7 +233,7 @@ m4_define([b4_declare_parser_state_variables], [b4_pure_if([[
 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
index d553b02877af015f12f8fe0b7d804cf479bcef48..ad5a6fc3c838b03175d495f671a9d8ca1aba5e13 100644 (file)
@@ -1,6 +1,6 @@
-/* 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.
    
@@ -44,7 +44,7 @@
 #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"
index 29dd067d83940d81d005d299c234f5f182972e9c..a30d5f8e9461a1c372b6643a085d3aaf3265dfe9 100644 (file)
@@ -1,4 +1,4 @@
-/* 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