* data/bison.simple (YYCOPY): Fix [] quoting problem in the non-GCC case.

This commit is contained in:
Paul Eggert
2002-04-27 01:21:14 +00:00
parent 0c76a0c911
commit b756bb754c

View File

@@ -2,6 +2,7 @@
* data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL): * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
Define if we define YYSTYPE and YYLTYPE, respectively. Define if we define YYSTYPE and YYLTYPE, respectively.
(YYCOPY): Fix [] quoting problem in the non-GCC case.
2002-04-25 Robert Anisko <robert@lrde.epita.fr> 2002-04-25 Robert Anisko <robert@lrde.epita.fr>