From: Paul Eggert Date: Mon, 5 May 2003 20:39:42 +0000 (+0000) Subject: * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes C89. X-Git-Tag: BISON-2_0~312 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/163ab32161538e07dc1d52a8948f4ab36ceed161 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes C89. --- diff --git a/ChangeLog b/ChangeLog index 1da9686d..4f84075b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-05-05 Paul Eggert + + * 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 + . + 2003-05-03 Paul Eggert * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):