* lib/printf-parse.c: Ignore IN_LIBINTL and IN_LIBASPRINTF.
* lib/vasnprintf.c: Ignore IN_LIBINTL.
+2021-06-20 Bruno Haible <bruno@clisp.org>
+
+ Sync with GNU gettext.
+ * lib/printf-parse.c: Ignore IN_LIBINTL and IN_LIBASPRINTF.
+ * lib/vasnprintf.c: Ignore IN_LIBINTL.
+
2021-06-19 Bruno Haible <bruno@clisp.org>
Sync with GNU gettext.
#include <stddef.h>
/* Get intmax_t. */
-#if defined IN_LIBINTL || defined IN_LIBASPRINTF
-# if HAVE_STDINT_H_WITH_UINTMAX
-# include <stdint.h>
-# endif
-# if HAVE_INTTYPES_H_WITH_UINTMAX
-# include <inttypes.h>
-# endif
-#else
-# include <stdint.h>
-#endif
+#include <stdint.h>
/* malloc(), realloc(), free(). */
#include <stdlib.h>
#ifndef VASNPRINTF
# include <config.h>
#endif
-#ifndef IN_LIBINTL
-# include <alloca.h>
-#endif
+#include <alloca.h>
/* Specification. */
#ifndef VASNPRINTF