]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update from gnulib.
authorBruno Haible <bruno@clisp.org>
Sun, 21 Oct 2007 21:16:09 +0000 (21:16 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:21 +0000 (12:15 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/printf-parse.c
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/printf-parse.c

index 63947f8c8d1385211c7a77749ff2c6205a500299..e90187b1cf7df618f82c810ce52a168f47f5bc6f 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-21  Bruno Haible  <bruno@clisp.org>
+
+       * printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
+       context.
+
 2007-10-21  Bruno Haible  <bruno@clisp.org>
 
        * dcigettext.c (_nl_find_msg): Use plain ANSI C.
index 737b257bae7906641c55e68c429062c1222b640d..c4e3e1c078ec809952ac1b5486409c34b74e47d4 100644 (file)
@@ -50,7 +50,7 @@
 #include <stddef.h>
 
 /* Get intmax_t.  */
-#ifdef IN_LIBINTL
+#if defined IN_LIBINTL || defined IN_LIBASPRINTF
 # if HAVE_STDINT_H_WITH_UINTMAX
 #  include <stdint.h>
 # endif
index 6eb5d701cbbdd8049f15ec30964f4ca5330a321a..6dc4b288a61042a1f94455ab7c119ceb86edb4ef 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-21  Bruno Haible  <bruno@clisp.org>
+
+       * printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
+       context.
+
 2007-06-10  Bruno Haible  <bruno@clisp.org>
 
        * printf-parse.c: Don't include config.h and the specification
index 737b257bae7906641c55e68c429062c1222b640d..c4e3e1c078ec809952ac1b5486409c34b74e47d4 100644 (file)
@@ -50,7 +50,7 @@
 #include <stddef.h>
 
 /* Get intmax_t.  */
-#ifdef IN_LIBINTL
+#if defined IN_LIBINTL || defined IN_LIBASPRINTF
 # if HAVE_STDINT_H_WITH_UINTMAX
 #  include <stdint.h>
 # endif