From: Bruno Haible Date: Sun, 4 Nov 2007 21:43:31 +0000 (+0100) Subject: Undefine two macros after they are not needed any more. X-Git-Tag: v0.1~8000 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=93a05f89b7ee73c782fbc6916e78f9adcc6aa98b;p=gnulib.git Undefine two macros after they are not needed any more. --- diff --git a/ChangeLog b/ChangeLog index f3aebc75d..0a532bec1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-11-04 Bruno Haible + * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end. + +2007-11-04 Bruno Haible + * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH. * modules/fprintf-posix (Depends-on): Add nocrash. * modules/snprintf-posix (Depends-on): Likewise. diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c index 675e337b3..aad9d03e0 100644 --- a/lib/vasnprintf.c +++ b/lib/vasnprintf.c @@ -4642,9 +4642,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