From: Bruno Haible Date: Sun, 4 Nov 2007 21:45:36 +0000 (+0000) Subject: Update from gnulib. X-Git-Tag: v0.17~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59b761c8523b73db444a633ed5492bf513640e0d;p=thirdparty%2Fgettext.git Update from gnulib. --- diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 48dbec735..c636a6ee6 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,7 @@ +2007-11-04 Bruno Haible + + * vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end. + 2007-06-11 Bruno Haible * printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL diff --git a/gettext-runtime/intl/vasnprintf.c b/gettext-runtime/intl/vasnprintf.c index cb5c83540..3f2c88615 100644 --- a/gettext-runtime/intl/vasnprintf.c +++ b/gettext-runtime/intl/vasnprintf.c @@ -4643,9 +4643,11 @@ VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp, #undef TCHARS_PER_DCHAR #undef SNPRINTF #undef USE_SNPRINTF +#undef DCHAR_CPY #undef PRINTF_PARSE #undef DIRECTIVES #undef DIRECTIVE +#undef DCHAR_IS_TCHAR #undef TCHAR_T #undef DCHAR_T #undef FCHAR_T diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index f3ff34b0d..8086fbdbc 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,3 +1,7 @@ +2007-11-04 Bruno Haible + + * vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end. + 2007-06-11 Bruno Haible * printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL diff --git a/gettext-runtime/libasprintf/vasnprintf.c b/gettext-runtime/libasprintf/vasnprintf.c index cb5c83540..3f2c88615 100644 --- a/gettext-runtime/libasprintf/vasnprintf.c +++ b/gettext-runtime/libasprintf/vasnprintf.c @@ -4643,9 +4643,11 @@ VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp, #undef TCHARS_PER_DCHAR #undef SNPRINTF #undef USE_SNPRINTF +#undef DCHAR_CPY #undef PRINTF_PARSE #undef DIRECTIVES #undef DIRECTIVE +#undef DCHAR_IS_TCHAR #undef TCHAR_T #undef DCHAR_T #undef FCHAR_T