changeset 6118:e7252cf4b859

* modules/regex (Depends-on): Add malloc, since the code assumes that !malloc(0) means failure.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 25 Aug 2005 19:45:05 +0000
parents 89ac0aa36caf
children c3bf2ea44695
files ChangeLog modules/regex
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* modules/regex (Depends-on): Add malloc, since the code
+	assumes that !malloc(0) means failure.
+
 2005-08-24  Bruno Haible  <bruno@clisp.org>
 
 	* modules/tls-tests: New file.
--- a/modules/regex
+++ b/modules/regex
@@ -15,6 +15,7 @@
 alloca
 extensions
 gettext-h
+malloc
 restrict
 
 configure.ac: