diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-12-14 00:09:23 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-12-14 00:09:23 +0000 |
commit | 23b2b5c660f482cc9ea6f1d6a70e69b6ed1aede2 (patch) | |
tree | 2706ce60793c3c0de1c07497d6b5b2e4f9d6d524 | |
parent | a6caba2509b98248f11844186ef05fc844226c83 (diff) | |
download | coreutils-23b2b5c660f482cc9ea6f1d6a70e69b6ed1aede2.tar.xz |
* Makefile.am (stdbool.h): Resurrect the 'sed' that goes along
with '#if !@HAVE_BOOL@".
-rw-r--r-- | lib/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b4e43f100..ea296608a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,7 @@ 2005-12-13 Paul Eggert <eggert@cs.ucla.edu> + * Makefile.am (stdbool.h): Resurrect the 'sed' that goes along + with '#if !@HAVE_BOOL@". * stdbool_.h (_Bool): Resurrect the "#if !@HAVE__BOOL@" check, to work around compilers that have a (possibly-broken) _Bool but lack a working <stdbool.h>. |