From: Bruno Haible Date: Sat, 9 Jun 2007 10:52:27 +0000 (+0000) Subject: Move to malloca. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94827a10c37886695229a532fe9d0bc86653177a;p=pspp Move to malloca. --- diff --git a/modules/allocsa b/modules/allocsa deleted file mode 100644 index defff8646f..0000000000 --- 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