From: Bruno Haible Date: Mon, 10 Aug 2009 23:06:54 +0000 (+0200) Subject: Undefine DCHAR_SET after use. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c945081d47191b7a27476698b5cb71defd0a281f;p=pspp Undefine DCHAR_SET after use. --- diff --git a/ChangeLog b/ChangeLog index f75e6c65d7..85e5223586 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-08-10 Bruno Haible + + * lib/vasnprintf.c (DCHAR_SET): Undefine at the end. + 2009-08-10 Bruno Haible Fix a gcc warning. diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c index a5b07d9533..bff204b867 100644 --- a/lib/vasnprintf.c +++ b/lib/vasnprintf.c @@ -5476,6 +5476,7 @@ VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp, #undef TCHARS_PER_DCHAR #undef SNPRINTF #undef USE_SNPRINTF +#undef DCHAR_SET #undef DCHAR_CPY #undef PRINTF_PARSE #undef DIRECTIVES