changeset 8943:bb2298d90e4d

Move to xmalloca.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Jun 2007 11:04:14 +0000
parents 40d4664110ef
children b04902755c7f
files modules/xallocsa
diffstat 1 files changed, 0 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
deleted file mode 100644
--- a/modules/xallocsa
+++ /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