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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a05f89b7ee73c782fbc6916e78f9adcc6aa98b;p=pspp Undefine two macros after they are not needed any more. --- diff --git a/ChangeLog b/ChangeLog index f3aebc75d1..0a532bec12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c index 675e337b3c..aad9d03e03 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