changeset 29141:e60727de1bc1

Undefine two macros after they are not needed any more.
author Bruno Haible <bruno@clisp.org>
date Sun, 04 Nov 2007 22:43:31 +0100
parents 55f644685736
children e88150bfed73
files ChangeLog lib/vasnprintf.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Nov 04 21:14:08 2007 +0100
+++ b/ChangeLog	Sun Nov 04 22:43:31 2007 +0100
@@ -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.
--- a/lib/vasnprintf.c	Sun Nov 04 21:14:08 2007 +0100
+++ b/lib/vasnprintf.c	Sun Nov 04 22:43:31 2007 +0100
@@ -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