Parser: Out-of-line conditional code to cmMakefile

Simplify parser API.
This commit is contained in:
Stephen Kelly
2016-01-28 22:10:26 +01:00
parent 0a9094cd10
commit 905e738ffe
3 changed files with 77 additions and 76 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ private:
struct cmListFile
{
bool ParseFile(const char* path, bool topLevel, cmMakefile* mf);
bool ParseFile(const char* path, cmMakefile* mf);
std::vector<cmListFileFunction> Functions;
};