diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-01-28 21:10:26 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-06-13 18:19:16 (GMT) |
commit | 905e738ffeb1ec1b5d1a376b99e300a8787f7255 (patch) | |
tree | f67f157fd02b911636f4cb35fdac07fbce967768 /Source/cmListFileCache.h | |
parent | 0a9094cd1017057d3c5141fdacdc6a89fb14acfc (diff) | |
download | CMake-905e738ffeb1ec1b5d1a376b99e300a8787f7255.zip CMake-905e738ffeb1ec1b5d1a376b99e300a8787f7255.tar.gz CMake-905e738ffeb1ec1b5d1a376b99e300a8787f7255.tar.bz2 |
Parser: Out-of-line conditional code to cmMakefile
Simplify parser API.
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r-- | Source/cmListFileCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h index d72c360..f3e6f70 100644 --- a/Source/cmListFileCache.h +++ b/Source/cmListFileCache.h @@ -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; }; |