From: Simon Josefsson Date: Sat, 14 Jul 2007 08:49:48 +0000 (+0200) Subject: Update gnulib files. X-Git-Tag: gnutls_1_7_16~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d2e4dedc5a13486ba23db11a7ec804c656ed982;p=thirdparty%2Fgnutls.git Update gnulib files. --- diff --git a/lgl/stdint_.h b/lgl/stdint_.h index 9a3b8fe792..163378ce7d 100644 --- a/lgl/stdint_.h +++ b/lgl/stdint_.h @@ -66,9 +66,9 @@ /* In OpenBSD 3.8, includes , which defines int{8,16,32,64}_t, uint{8,16,32,64}_t and __BIT_TYPES_DEFINED__. also defines intptr_t and uintptr_t. */ -# define _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H +# define _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H # include -# undef _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H +# undef _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H #elif @HAVE_SYS_INTTYPES_H@ /* Solaris 7 has the types except the *_fast*_t types, and the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */ diff --git a/lgl/vasnprintf.c b/lgl/vasnprintf.c index d8ec00ece1..75c6e9ee9f 100644 --- a/lgl/vasnprintf.c +++ b/lgl/vasnprintf.c @@ -200,7 +200,7 @@ local_wcslen (const wchar_t *s) /* Here we need to call the native sprintf, not rpl_sprintf. */ #undef sprintf -#if NEED_PRINTF_DIRECTIVE_A && !defined IN_LIBINTL +#if (NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE) && !defined IN_LIBINTL /* Determine the decimal-point character according to the current locale. */ # ifndef decimal_point_char_defined # define decimal_point_char_defined 1