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 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 -- 2.11.0