From: Paul Eggert Date: Sun, 25 May 2003 06:44:31 +0000 (+0000) Subject: * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate X-Git-Tag: BISON-2_0~298 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6ae27df0b907f9a74df503e6d25d513a04d96eb;p=platform%2Fupstream%2Fbison.git * 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. --- diff --git a/ChangeLog b/ChangeLog index e6eb5d8..90b5574 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2003-05-24 Paul Eggert + * 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. + Switch from 'int' to 'bool' where that makes sense. * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,