mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
* data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
this confuses xgettext.
This commit is contained in:
@@ -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>
|
2005-10-02 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* bootstrap (gnulib_modules): Add strverscmp.
|
* bootstrap (gnulib_modules): Add strverscmp.
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ m4_if(b4_defines_flag, 0, [],
|
|||||||
b4_copyright([C++ Skeleton parser for LALR(1) parsing with Bison],
|
b4_copyright([C++ Skeleton parser for LALR(1) parsing with Bison],
|
||||||
[2002, 2003, 2004, 2005])
|
[2002, 2003, 2004, 2005])
|
||||||
dnl FIXME: This is wrong, we want computed header guards.
|
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
|
#ifndef PARSER_HEADER_H
|
||||||
# define PARSER_HEADER_H
|
# define PARSER_HEADER_H
|
||||||
|
|||||||
Reference in New Issue
Block a user