gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / xalloc
index 6c133a3..c6c2083 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
+extern-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"
 
-Maintainer:
-Bruno Haible
+License:
+GPL
 
+Maintainer:
+all