From: Paul Eggert Date: Thu, 17 Mar 2005 23:42:57 +0000 (+0000) Subject: Respond to problems reported by twlevo@xs4all.nl. X-Git-Tag: BISON-2_1~169 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a2599d0fc26ae04e1bb48342067e6883c118a7b4 Respond to problems reported by twlevo@xs4all.nl. --- diff --git a/ChangeLog b/ChangeLog index ab800501..8753e322 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,14 @@ 2005-03-17 Paul Eggert + Respond to problems reported by twlevo@xs4all.nl. + + * bootstrap: Use "trap - 0" rather than the unportable "trap 0". + * src/vcg.h: Comment fix. * src/vcg_defaults.h: Parenthesize macro bodies to make them safe. (G_CMAX): Change to -1 instead of INT_MAX. * data/yacc.c (yyparse): Omit spaces before #line. - Problem reported by twlevo@xs4all.nl. 2005-03-15 Paul Eggert