roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / xalloc
index e92d5332fc294453d7d33d63d52be4b8891a985b..19e7a0b93e426e239ef189523985a145d4216371 100644 (file)
@@ -1,28 +1,27 @@
 Description:
-Memory allocation with out-of-memory checking.
+Memory allocation with out-of-memory checking.  Also see xalloc-die.
 
 Files:
 lib/xalloc.h
 lib/xmalloc.c
-lib/xstrdup.c
 m4/xalloc.m4
 
 Depends-on:
-malloc
-realloc
-error
-gettext
-exitfail
+inline
+xalloc-die
+xalloc-oversized
 
 configure.ac:
 gl_XALLOC
 
 Makefile.am:
-lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
+lib_SOURCES += xmalloc.c
 
 Include:
 "xalloc.h"
 
+License:
+GPL
+
 Maintainer:
 all
-