From: Paul Eggert Date: Sun, 3 Aug 2003 07:13:25 +0000 (+0000) Subject: * stdbool_.h (_Bool): Make it signed char, instead of an enum type. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18bebb794f8a536955f4c19420937dc433f53900;p=pspp * stdbool_.h (_Bool): Make it signed char, instead of an enum type. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 478f6e4a47..66c575c89b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2003-08-03 Paul Eggert + + * stdbool_.h (_Bool): Make it signed char, instead of + an enum type, so that it's guaranteed to promote to int. See: + + 2003-07-31 Paul Eggert * strerror.c: Include config.h, limits.h. Declare sprintf.