summaryrefslogtreecommitdiff
path: root/lib/vasnprintf.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-06-20 16:29:39 +0200
committerBruno Haible <bruno@clisp.org>2021-06-20 16:29:39 +0200
commit5d357603e8ecd6a256a9b8a34292b3dc7ebec4d4 (patch)
tree809bd7fbaf1eca79968ea7e1e2e58da1da682b4a /lib/vasnprintf.c
parent28e9b735a9d74f63ed7c23c8eeac040242bc0b0a (diff)
downloadgnulib-5d357603e8ecd6a256a9b8a34292b3dc7ebec4d4.tar.gz
Sync with GNU gettext.
* lib/printf-parse.c: Ignore IN_LIBINTL and IN_LIBASPRINTF. * lib/vasnprintf.c: Ignore IN_LIBINTL.
Diffstat (limited to 'lib/vasnprintf.c')
-rw-r--r--lib/vasnprintf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c
index 089c113533..12c532ef46 100644
--- a/lib/vasnprintf.c
+++ b/lib/vasnprintf.c
@@ -60,9 +60,7 @@
#ifndef VASNPRINTF
# include <config.h>
#endif
-#ifndef IN_LIBINTL
-# include <alloca.h>
-#endif
+#include <alloca.h>
/* Specification. */
#ifndef VASNPRINTF