changeset 8927:90623e8d6690

Move to here from allocsa.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Jun 2007 10:52:24 +0000
parents 1d4c80b053f0
children b0d928c8baf9
files modules/malloca
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/malloca	Sat Jun 09 10:52:24 2007 +0000
@@ -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