From 93a05f89b7ee73c782fbc6916e78f9adcc6aa98b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 4 Nov 2007 22:43:31 +0100 Subject: [PATCH] Undefine two macros after they are not needed any more. --- ChangeLog | 4 ++++ lib/vasnprintf.c | 2 ++ 2 files changed, 6 insertions(+) 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 -- 2.30.2