From 18bebb794f8a536955f4c19420937dc433f53900 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 3 Aug 2003 07:13:25 +0000 Subject: [PATCH] * stdbool_.h (_Bool): Make it signed char, instead of an enum type. --- lib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.30.2