diff options
author | Brad King <brad.king@kitware.com> | 2006-08-27 16:35:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-08-27 16:35:54 (GMT) |
commit | 703c0e32c8bf9cc2de9a02c51d94e3c19fc6f91e (patch) | |
tree | 741d016c0bce47efd03c081747057a5e5caca67d /Source/kwsys/Glob.hxx.in | |
parent | ff930f75aa8966ce4201d202034c11d8cb6b3023 (diff) | |
download | CMake-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.in | 5 |
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 |