diff options
author | Brad King <brad.king@kitware.com> | 2002-12-12 11:36:28 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-12-12 11:36:28 -0500 |
commit | 54541bd40a6083b3969c2e2dc53292d1a67b69c2 (patch) | |
tree | af5a806a88d11cc4cf8e6779d0ad7a8610d442e8 /Source/cmListFileCache.h | |
parent | fe26cf51f575b30299f1ecfff112cf095a5c6f48 (diff) | |
download | cmake-54541bd40a6083b3969c2e2dc53292d1a67b69c2.tar.gz |
ENH: Improved filename/line number reporting in error message. Macro invocations now chain up the error message.
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 9dc8073eb7..b28baa53c7 100644 --- a/Source/cmListFileCache.h +++ b/Source/cmListFileCache.h @@ -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. |