summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-12-20 14:35:14 (GMT)
committerBrad King <brad.king@kitware.com>2007-12-20 14:35:14 (GMT)
commit4ca0d1ba098bfa3397603b7b73c2506041a0bb11 (patch)
tree8ef4f5c1afa1ca2afb686fd5bbe7be48bd51bb92
parent850721f9afc56b86768e24477766ee1a9ba74f11 (diff)
downloadCMake-4ca0d1ba098bfa3397603b7b73c2506041a0bb11.zip
CMake-4ca0d1ba098bfa3397603b7b73c2506041a0bb11.tar.gz
CMake-4ca0d1ba098bfa3397603b7b73c2506041a0bb11.tar.bz2
COMP: Fixed error on HP due to newline macro.
-rw-r--r--Source/cmSystemTools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 395b4d6..44fcb3d 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -361,7 +361,7 @@ public:
#if defined(CMAKE_BUILD_WITH_CMAKE)
/** Echo a message in color using KWSys's Terminal cprintf. */
static void MakefileColorEcho(int color, const char* message,
- bool newline, bool enabled);
+ bool newLine, bool enabled);
#endif
private: