summaryrefslogtreecommitdiff
path: root/Source/cmStandardLexer.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-08-06 15:20:24 +0200
committerStephen Kelly <steveire@gmail.com>2014-10-15 23:16:44 +0200
commit2db55ffa56a69c4b55410afb9b40ab20f4025837 (patch)
tree78a498981c6d77fa0b148db021ca628b2d44a57b /Source/cmStandardLexer.h
parenta7596fef6e8d6938ce0d7fcba47e896f288b12b4 (diff)
downloadcmake-2db55ffa56a69c4b55410afb9b40ab20f4025837.tar.gz
Remove borland workarounds.
CMake 3.0 is the last release to require to be able to build with Borland.
Diffstat (limited to 'Source/cmStandardLexer.h')
-rw-r--r--Source/cmStandardLexer.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/Source/cmStandardLexer.h b/Source/cmStandardLexer.h
index acd636c431..981e03ec86 100644
--- a/Source/cmStandardLexer.h
+++ b/Source/cmStandardLexer.h
@@ -25,25 +25,6 @@
# pragma warning ( disable : 4786 )
#endif
-#if defined(__BORLANDC__)
-# pragma warn -8008 /* condition always returns true */
-# pragma warn -8066 /* unreachable code */
-#endif
-
-/* Borland system header defines these macros without first undef-ing them. */
-#if defined(__BORLANDC__) && __BORLANDC__ >= 0x580
-# undef INT8_MIN
-# undef INT16_MIN
-# undef INT32_MIN
-# undef INT8_MAX
-# undef INT16_MAX
-# undef INT32_MAX
-# undef UINT8_MAX
-# undef UINT16_MAX
-# undef UINT32_MAX
-# include <stdint.h>
-#endif
-
/* Make sure SGI termios does not define ECHO differently. */
#if defined(__sgi) && !defined(__GNUC__)
# include <sys/termios.h>