From 9166b49d70746dcd36e6e891c78734b559e0fccf Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 21 Jun 2015 19:45:20 +0200 Subject: cmMakefile: Change order of raii scopes. --- Source/cmMakefile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 93a6c08..15a3710 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -605,8 +605,8 @@ void cmMakefile::ReadListFileInternal(cmListFile const& listFile, bool noPolicyScope) { // Enforce balanced blocks (if/endif, function/endfunction, etc.). - LexicalPushPop lexScope(this); IncludeScope incScope(this, filenametoread, noPolicyScope); + LexicalPushPop lexScope(this); // Run the parsed commands. const size_t numberFunctions = listFile.Functions.size(); -- cgit v0.12