From: Paul Eggert Date: Wed, 24 Apr 2002 05:56:13 +0000 (+0000) Subject: * data/bison.simple: Remove unnecessary commentary and white X-Git-Tag: BISON-1_49a~16 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/83c1796f411f126fb64bffeccb866004f4ee9dde * data/bison.simple: Remove unnecessary commentary and white space differences from 1_29-branch. Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE). (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY, YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial constructors or destructors. (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack. --- diff --git a/ChangeLog b/ChangeLog index 65924bd4..4c9dfd5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2002-04-23 Paul Eggert + + * data/bison.simple: Remove unnecessary commentary and white + space differences from 1_29-branch. + Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE). + + (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY, + YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or + if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial + constructors or destructors. + + (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack. + 2002-04-23 Akim Demaille * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.