changeset 4252:7bcd3280502a

* hash.c: Include <stdbool.h> unconditionally.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 13 Mar 2003 19:49:33 +0000
parents 3e9d34851e81
children bd7590d0c6b6
files lib/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2003-03-13  Paul Eggert  <eggert@twinsun.com>
+
+	* hash.c: Include <stdbool.h> unconditionally.
+
 2003-03-09  Paul Eggert  <eggert@twinsun.com>
 
 	* argmatch.c (EXIT_FAILURE): Define if the system doesn't.