Mercurial > hg > octave-lojdl > gnulib-hg
diff lib/ChangeLog @ 4494:38c505a6d194
* stdbool_.h (_Bool): Make it signed char, instead of an enum type.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sun, 03 Aug 2003 07:13:25 +0000 |
parents | 732c51f6278f |
children | 08aada7d09e0 |
line wrap: on
line diff
--- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2003-08-03 Paul Eggert <eggert@twinsun.com> + + * stdbool_.h (_Bool): Make it signed char, instead of + an enum type, so that it's guaranteed to promote to int. See: + <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html> + 2003-07-31 Paul Eggert <eggert@twinsun.com> * strerror.c: Include config.h, limits.h. Declare sprintf.