* data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 May 2003 06:44:31 +0000 (06:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 May 2003 06:44:31 +0000 (06:44 +0000)
commitc6ae27df0b907f9a74df503e6d25d513a04d96eb
tree678c49d6ddc5ee63b833c5b237db2f160e6a6ba7
parentd7aa6ec1799a6b6a281ffdbe59f952a84b97c327
* data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
This fixes a problem reported by John Bowman when the Compaq/HP
Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
-ansi -Wall -gall).
* data/yacc.c (union yyalloc): Likewise.
(YYCOPY): Do not evaluate __GNUC__ unless it is defined.
ChangeLog