# HG changeset patch # User Bruno Haible # Date 1194212611 -3600 # Node ID 9928de4bfe8a5b80afb3dc8fcc716699b2639e8c # Parent a859a771e88ad56fb74850320d86d480043cb55b Undefine two macros after they are not needed any more. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/lib/vasnprintf.c +++ b/lib/vasnprintf.c @@ -4642,9 +4642,11 @@ #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