CLING_CXXABI* is unused for MSVC.

This commit is contained in:
Axel Naumann 2014-04-30 15:21:19 +02:00 committed by sftnight
parent a39879b286
commit b8c48f15f8

View File

@ -363,8 +363,7 @@ namespace cling {
# define CLING_CXXABIV _LIBCPP_VERSION
# define CLING_CXXABIS "_LIBCPP_VERSION"
#elif defined (_MSC_VER)
# define CLING_CXXABIV _MSC_VER
# define CLING_CXXABIS "_MSC_VER"
// For MSVC we do not use CLING_CXXABI*
#else
# define CLING_CXXABIV -1 // intentionally invalid macro name
# define CLING_CXXABIS "-1" // intentionally invalid macro name