1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/safe-alloc
Bruno Haible ff32b57d81 safe-alloc: Move AC_LIBOBJ invocations to module description.
* m4/safe-alloc.m4 (gl_SAFE_ALLOC): Remove AC_LIBOBJ invocation.
* modules/safe-alloc (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:35 +02:00

23 lines
277 B
Plaintext

Description:
A set of macros to make calls to alloc/calloc/realloc safer.
Files:
lib/safe-alloc.h
lib/safe-alloc.c
m4/safe-alloc.m4
configure.ac:
gl_SAFE_ALLOC
Makefile.am:
lib_SOURCES += safe-alloc.c
Include:
"safe-alloc.h"
License:
LGPLv2+
Maintainer:
David Lutterkort