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 f3aebc7..0a532be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
        * modules/fprintf-posix (Depends-on): Add nocrash.
        * modules/snprintf-posix (Depends-on): Likewise.
index 675e337..aad9d03 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