Hash :
788bb2cd
Author :
Date :
2022-10-10T18:17:02
xalloc: remove stray includes + dependencies These used to be needed, but are not needed now. * lib/xalloc.h: Do not include stdlib.h. [GNULIB_XALLOC]: Do not include "intprops.h". * lib/xmalloc.c: Include stdint.h here instead, for SIZE_MAX. * modules/xalloc-die, modules/xvasprintf (Depends-on): Remove stdint.
Description:
vasprintf and asprintf with out-of-memory checking. Also see xalloc-die.
Files:
lib/xvasprintf.h
lib/xvasprintf.c
lib/xasprintf.c
lib/xalloc.h
m4/xvasprintf.m4
Depends-on:
stdio
vasprintf
xalloc
xalloc-die
xsize
stdarg
errno
configure.ac:
gl_XVASPRINTF
m4_ifdef([AM_XGETTEXT_OPTION],
[AM_][XGETTEXT_OPTION([--flag=xasprintf:1:c-format])])
Makefile.am:
lib_SOURCES += xvasprintf.h xvasprintf.c xasprintf.c
Include:
"xvasprintf.h"
License:
GPL
Maintainer:
Oskar Liljeblad