BUG: Need to undefine temporary macros defined at top of file.

This commit is contained in:
Brad King 2006-08-27 12:35:54 -04:00
parent ff930f75aa
commit 703c0e32c8
1 changed files with 5 additions and 0 deletions

View File

@ -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