Move to here from allocsa.
authorBruno Haible <bruno@clisp.org>
Sat, 9 Jun 2007 10:52:24 +0000 (10:52 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Jun 2007 10:52:24 +0000 (10:52 +0000)
modules/malloca [new file with mode: 0644]

diff --git a/modules/malloca b/modules/malloca
new file mode 100644 (file)
index 0000000..f19f2e4
--- /dev/null
@@ -0,0 +1,28 @@
+Description:
+Safe automatic memory allocation.
+
+Files:
+lib/malloca.h
+lib/malloca.c
+lib/malloca.valgrind
+m4/malloca.m4
+m4/eealloc.m4
+m4/longlong.m4
+
+Depends-on:
+alloca-opt
+
+configure.ac:
+gl_ALLOCSA
+
+Makefile.am:
+lib_SOURCES += malloca.c
+
+Include:
+"malloca.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible