From 2396f600823aab8e38496371ae2890956b4cb623 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 9 Jun 2007 10:52:24 +0000 Subject: [PATCH] Move to here from allocsa. --- modules/malloca | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 modules/malloca diff --git a/modules/malloca b/modules/malloca new file mode 100644 index 0000000000..f19f2e401b --- /dev/null +++ b/modules/malloca @@ -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 -- 2.30.2