summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-12-14 00:09:23 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-12-14 00:09:23 +0000
commit23b2b5c660f482cc9ea6f1d6a70e69b6ed1aede2 (patch)
tree2706ce60793c3c0de1c07497d6b5b2e4f9d6d524 /lib/ChangeLog
parenta6caba2509b98248f11844186ef05fc844226c83 (diff)
downloadcoreutils-23b2b5c660f482cc9ea6f1d6a70e69b6ed1aede2.tar.xz
* Makefile.am (stdbool.h): Resurrect the 'sed' that goes along
with '#if !@HAVE_BOOL@".
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog2
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>.