changeset 9450:9928de4bfe8a

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 a859a771e88a
children 4569c3126bec
files ChangeLog lib/vasnprintf.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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