(union yyalloc): Do not evaluate
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 May 2003 06:44:08 +0000 (06:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 May 2003 06:44:08 +0000 (06:44 +0000)
commitd7aa6ec1799a6b6a281ffdbe59f952a84b97c327
tree18b9fd08fa16470cc9debedb573c4c59433a2031
parentf54526254746d9a19dacd9d1c0cac798776501d2
(union yyalloc):  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).
(YYCOPY): Do not evaluate __GNUC__ unless it is defined.
data/yacc.c