]> git.saurik.com Git - bison.git/commitdiff
Respond to problems reported by twlevo@xs4all.nl.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Mar 2005 23:42:57 +0000 (23:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Mar 2005 23:42:57 +0000 (23:42 +0000)
ChangeLog

index ab800501a62678ea234119181855f662b5e19d1c..8753e322feac4492b66c983ad2960a73a627e38b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,14 @@
 2005-03-17  Paul Eggert  <eggert@cs.ucla.edu>
 
+       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  <eggert@cs.ucla.edu>