changeset 8928:b0d928c8baf9

Move to malloca.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Jun 2007 10:52:27 +0000
parents 90623e8d6690
children 058cde53c7c5
files modules/allocsa
diffstat 1 files changed, 0 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
deleted file mode 100644
--- a/modules/allocsa
+++ /dev/null
@@ -1,28 +0,0 @@
-Description:
-Safe automatic memory allocation.
-
-Files:
-lib/allocsa.h
-lib/allocsa.c
-lib/allocsa.valgrind
-m4/allocsa.m4
-m4/eealloc.m4
-m4/longlong.m4
-
-Depends-on:
-alloca-opt
-
-configure.ac:
-gl_ALLOCSA
-
-Makefile.am:
-lib_SOURCES += allocsa.h allocsa.c
-
-Include:
-#include "allocsa.h"
-
-License:
-LGPL
-
-Maintainer:
-Bruno Haible