]> git.saurik.com Git - bison.git/commitdiff
* data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Oct 2005 20:41:42 +0000 (20:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Oct 2005 20:41:42 +0000 (20:41 +0000)
this confuses xgettext.

ChangeLog
data/lalr1.cc

index 2f19228a0e96c897213d0aff29f330187d723ffd..a34dd47dc6e61d25612a24217b720c82610393f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
+       this confuses xgettext.
+
 2005-10-02  Akim Demaille  <akim@epita.fr>
 
        * bootstrap (gnulib_modules): Add strverscmp.
index c00de0559aecb963d71b96ea457b6e8bcb4e553c..565228b64d6c987b7957a97762898b5405b39b2f 100644 (file)
@@ -30,7 +30,7 @@ m4_if(b4_defines_flag, 0, [],
 b4_copyright([C++ Skeleton parser for LALR(1) parsing with Bison],
              [2002, 2003, 2004, 2005])
 dnl FIXME: This is wrong, we want computed header guards.
-dnl FIXME: I don\'t know why the macros are missing now. :(
+dnl FIXME: I do not know why the macros are missing now. :(
 [
 #ifndef PARSER_HEADER_H
 # define PARSER_HEADER_H