summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Glob.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-08-27 16:35:54 (GMT)
committerBrad King <brad.king@kitware.com>2006-08-27 16:35:54 (GMT)
commit703c0e32c8bf9cc2de9a02c51d94e3c19fc6f91e (patch)
tree741d016c0bce47efd03c081747057a5e5caca67d /Source/kwsys/Glob.hxx.in
parentff930f75aa8966ce4201d202034c11d8cb6b3023 (diff)
downloadCMake-703c0e32c8bf9cc2de9a02c51d94e3c19fc6f91e.zip
CMake-703c0e32c8bf9cc2de9a02c51d94e3c19fc6f91e.tar.gz
CMake-703c0e32c8bf9cc2de9a02c51d94e3c19fc6f91e.tar.bz2
BUG: Need to undefine temporary macros defined at top of file.
Diffstat (limited to 'Source/kwsys/Glob.hxx.in')
-rw-r--r--Source/kwsys/Glob.hxx.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/Glob.hxx.in b/Source/kwsys/Glob.hxx.in
index 6bb740d..ad9961d 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