summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-05-10 11:11:50 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-05-10 11:12:14 (GMT)
commitbc9a8bba4660e9216f87323006d936bf6d43f799 (patch)
treeaffae38f903162e02a1c983707f94eb02bfe43c0 /Source/cmMakefile.cxx
parenteb638c75cc43be338391f9a12f23570e7dfcd48d (diff)
downloadCMake-bc9a8bba4660e9216f87323006d936bf6d43f799.zip
CMake-bc9a8bba4660e9216f87323006d936bf6d43f799.tar.gz
CMake-bc9a8bba4660e9216f87323006d936bf6d43f799.tar.bz2
Makefile: Undef FEATURE_STRING iteration define after use.
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 29d2fb0..90a7b0b 100644
--- a/Source/cmMakefile.cxx
+++ b/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"