diff ChangeLog @ 5074:5f558ceff8fb

Remove dependency of hash and xalloc modules on the malloc and realloc modules.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 01 Jun 2004 03:49:45 +0000
parents d4c310e7951f
children 146129232fe0
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
 
+	* modules/hash (Depends-on): Remove malloc, realloc.
+	* modules/xalloc (Depends-on): Likewise.
+
 	* README: Mention that the 'free' module works around the
 	problem with 'free (0)'.
 	Mention LIA-1 and C99.