Undefine two macros after they are not needed any more.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Nov 2007 21:43:31 +0000 (22:43 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Nov 2007 21:43:31 +0000 (22:43 +0100)
ChangeLog
lib/vasnprintf.c

index f3aebc75d1aa85564aa0621e18bed2e1f29936dd..0a532bec12ada6c928226a82a7b06a00ca62f959 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-04  Bruno Haible  <bruno@clisp.org>
+
+       * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
+
 2007-11-04  Bruno Haible  <bruno@clisp.org>
 
        * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
index 675e337b3c199132141ce9a49d6e676e81cc9114..aad9d03e039cb0976c8957d71bdb993019194cb0 100644 (file)
@@ -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