ENH: Improved filename/line number reporting in error message. Macro invocations now chain up the error message.

This commit is contained in:
Brad King
2002-12-12 11:36:28 -05:00
parent fe26cf51f5
commit 54541bd40a
6 changed files with 45 additions and 28 deletions

View File

@@ -84,7 +84,7 @@ public:
*/
static bool ParseFunction(std::ifstream&, cmListFileFunction& function,
const char* filename, bool& parseError,
long* line = 0);
long& line);
/**
* Extract white-space separated arguments from a string.