diff options
author | Brad King <brad.king@kitware.com> | 2006-08-18 08:57:17 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-08-18 08:57:17 -0400 |
commit | 7b58ed78137eea80340013c792d88e9ec8110ffd (patch) | |
tree | 25164a3e529c1d46f2712c0c5a1a06e8d4965ac5 /Source/cmStandardLexer.h | |
parent | 21b1ecb97b059f43f18519fc60ee6eab4932dd0a (diff) | |
download | cmake-7b58ed78137eea80340013c792d88e9ec8110ffd.tar.gz |
STYLE: Fixed line-too-long style errors.
Diffstat (limited to 'Source/cmStandardLexer.h')
-rw-r--r-- | Source/cmStandardLexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmStandardLexer.h b/Source/cmStandardLexer.h index 24274f6ccd..0cac8ad649 100644 --- a/Source/cmStandardLexer.h +++ b/Source/cmStandardLexer.h @@ -35,7 +35,7 @@ # pragma warn -8066 /* unreachable code */ #endif -/* Borland system header defines these macros without first undef-ing them. */ +/* Borland system header defines these macros without first undef-ing them. */ #if defined(__BORLANDC__) && __BORLANDC__ >= 0x580 # undef INT8_MIN # undef INT16_MIN |