diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-01-05 18:50:34 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-01-08 21:10:14 (GMT) |
commit | 17d6a6fd59efd98b1644d6f5441bbd36c19e1ffa (patch) | |
tree | e73ef04a026733835e62543ec491a4172ad6c8af /Source | |
parent | 26fb50114f37366c5c72ec76a1c09bfb2f94d19c (diff) | |
download | CMake-17d6a6fd59efd98b1644d6f5441bbd36c19e1ffa.zip CMake-17d6a6fd59efd98b1644d6f5441bbd36c19e1ffa.tar.gz CMake-17d6a6fd59efd98b1644d6f5441bbd36c19e1ffa.tar.bz2 |
cmStandardIncludes: Remove comment about Borland.
The code the comment refers to was removed in commit 2db55ffa (Remove
borland workarounds., 2014-08-06)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmStandardIncludes.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 692e94b..ca85010 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -89,17 +89,6 @@ #include <stdio.h> #include <stdlib.h> -// Borland C++ defines several of the stdlib.h and string.h symbols in -// sub-headers search.h and mem.h. These sub-headers have using -// declarations to pull functions from the std namespace to the global -// namespace, but they are defined only if the header was not included -// through the C++-style cstdlib or cstring header. These outer -// headers are included by the streams library in C++-style and -// include blockers are put in place that prevent including the -// C-style versions from ever including the sub-headers. Therefore we -// have to include the sub-headers here to get the using declarations. - - #if !defined(_WIN32) && defined(__COMO__) // Hack for como strict mode to avoid defining _SVID_SOURCE or _BSD_SOURCE. extern "C" |