projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
075d281
)
Tweak to make it usable in gettext's libasprintf.
author
Bruno Haible
<bruno@clisp.org>
Sun, 21 Oct 2007 20:37:10 +0000
(22:37 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 21 Oct 2007 20:37:10 +0000
(22:37 +0200)
ChangeLog
patch
|
blob
|
history
lib/printf-parse.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 3dbaf13d44c50f89b511e8fbfcee61445939faba..37217c9561f03297495dc6c2544e138a25aa5f80 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2007-10-21 Bruno Haible <bruno@clisp.org>
+
+ * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
+ context.
+
2007-10-21 Bruno Haible <bruno@clisp.org>
* tests/test-wcwidth.c (main): Allow negative result for some control
diff --git
a/lib/printf-parse.c
b/lib/printf-parse.c
index 2e679809779bf325d6b193e7c403e0d30773a672..9e9880c055605cf5848a1524f0a13287c0142d17 100644
(file)
--- a/
lib/printf-parse.c
+++ b/
lib/printf-parse.c
@@
-49,7
+49,7
@@
#include <stddef.h>
/* Get intmax_t. */
-#if
def IN_LIBINTL
+#if
defined IN_LIBINTL || defined IN_LIBASPRINTF
# if HAVE_STDINT_H_WITH_UINTMAX
# include <stdint.h>
# endif