summaryrefslogtreecommitdiffstats
path: root/contrib/libc++/include/ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libc++/include/ctype.h')
-rw-r--r--contrib/libc++/include/ctype.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/libc++/include/ctype.h b/contrib/libc++/include/ctype.h
index 22d6c49..e97ff3c 100644
--- a/contrib/libc++/include/ctype.h
+++ b/contrib/libc++/include/ctype.h
@@ -40,15 +40,6 @@ int toupper(int c);
#ifdef __cplusplus
-#if defined(_LIBCPP_MSVCRT)
-// We support including .h headers inside 'extern "C"' contexts, so switch
-// back to C++ linkage before including these C++ headers.
-extern "C++" {
- #include "support/win32/support.h"
- #include "support/win32/locale_win32.h"
-}
-#endif // _LIBCPP_MSVCRT
-
#undef isalnum
#undef isalpha
#undef isblank
OpenPOWER on IntegriCloud