| 96 | } |
| 97 | |
| 98 | bool cmBlockFunctionBlocker::ArgumentsMatch(cmListFileFunction const& lff, |
| 99 | cmMakefile&) const |
| 100 | { |
| 101 | // no arguments expected for endblock() |
| 102 | // but this method should not be called because EndCommandHasArguments() |
| 103 | // returns false. |
| 104 | return lff.Arguments().empty(); |
| 105 | } |
| 106 | |
| 107 | bool cmBlockFunctionBlocker::Replay(std::vector<cmListFileFunction> functions, |
| 108 | cmExecutionStatus& inStatus) |