]> git.saurik.com Git - bison.git/commitdiff
* lib/bitset.h (__INT_TO_PTR): Define to a value that presumes C89.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 May 2003 20:39:42 +0000 (20:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 May 2003 20:39:42 +0000 (20:39 +0000)
ChangeLog

index 1da9686d2ccfe93be3fc15a2ff245d0629206b2d..4f84075b3d3d3b522d64aa3a5f508c8cb8143220 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-05-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
+       C89.  This avoids a diagnostic on compilers that define __STDC__
+       to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
+       <http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
+
 2003-05-03  Paul Eggert  <eggert@twinsun.com>
 
        * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
 2003-05-03  Paul Eggert  <eggert@twinsun.com>
 
        * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):