* 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 1da9686..4f84075 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):