Move to xmalloca.
authorBruno Haible <bruno@clisp.org>
Sat, 9 Jun 2007 11:04:14 +0000 (11:04 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Jun 2007 11:04:14 +0000 (11:04 +0000)
modules/xallocsa [deleted file]

diff --git a/modules/xallocsa b/modules/xallocsa
deleted file mode 100644 (file)
index 052d292..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-Description:
-Safe automatic memory allocation with out of memory checking.
-
-Files:
-lib/xallocsa.h
-lib/xallocsa.c
-
-Depends-on:
-allocsa
-xalloc
-
-configure.ac:
-
-Makefile.am:
-lib_SOURCES += xallocsa.h xallocsa.c
-
-Include:
-#include "xallocsa.h"
-
-License:
-GPL
-
-Maintainer:
-Bruno Haible