From 703c0e32c8bf9cc2de9a02c51d94e3c19fc6f91e Mon Sep 17 00:00:00 2001 From: Brad King Date: Sun, 27 Aug 2006 12:35:54 -0400 Subject: [PATCH] BUG: Need to undefine temporary macros defined at top of file. --- Source/kwsys/Glob.hxx.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/kwsys/Glob.hxx.in b/Source/kwsys/Glob.hxx.in index 6bb740daf..ad9961dc1 100644 --- a/Source/kwsys/Glob.hxx.in +++ b/Source/kwsys/Glob.hxx.in @@ -94,4 +94,9 @@ protected: } // namespace @KWSYS_NAMESPACE@ +/* Undefine temporary macro. */ +#if !defined (KWSYS_NAMESPACE) && !@KWSYS_NAMESPACE@_NAME_IS_KWSYS +# undef kwsys_stl +#endif + #endif