From 163ab32161538e07dc1d52a8948f4ab36ceed161 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 5 May 2003 20:39:42 +0000 Subject: [PATCH] * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes C89. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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): -- 2.47.2