Browse Source

Makefile: Undef FEATURE_STRING iteration define after use.

Stephen Kelly 11 years ago
parent
commit
bc9a8bba46
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmMakefile.cxx

+ 1 - 0
Source/cmMakefile.cxx

@@ -4978,6 +4978,7 @@ static const char * const CXX_FEATURES[] = {
   0
   FOR_EACH_CXX_FEATURE(FEATURE_STRING)
 };
+#undef FEATURE_STRING
 
 static const char * const CXX_STANDARDS[] = {
     "98"