changeset 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 31f4c3f2d714
children 77466caf345f
files lib/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
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.