diff --git a/libcxx/src/new.cpp b/libcxx/src/new.cpp index 43b234ac488a..901e78565857 100644 --- a/libcxx/src/new.cpp +++ b/libcxx/src/new.cpp @@ -22,7 +22,7 @@ # include "support/runtime/new_handler_fallback.ipp" #elif defined(__GLIBCXX__) // nothing to do -#elif !defined(_LIBCPP_DISABLE_NEW_DELETE_DEFINITIONS) +#else # include "support/runtime/new_handler_fallback.ipp" #endif