* stdbool_.h (_Bool): Make it signed char, instead of an enum type.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Aug 2003 07:13:25 +0000 (07:13 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Aug 2003 07:13:25 +0000 (07:13 +0000)
lib/ChangeLog

index 478f6e4a471ac55fb0b66d77c8ce9def2bad5748..66c575c89b5acead79ecc477b0ef0af351e199fa 100644 (file)
@@ -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.