From ec70a874827fc39500ff93f5aa5089059464bc41 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 23 Sep 2017 00:15:06 +0200 Subject: Undo modularization hacks for Clang that seem to be no longer necessary --- libbutl/utility.mxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'libbutl/utility.mxx') diff --git a/libbutl/utility.mxx b/libbutl/utility.mxx index d36b0d9..8ef0d08 100644 --- a/libbutl/utility.mxx +++ b/libbutl/utility.mxx @@ -7,9 +7,7 @@ #endif #ifndef _WIN32 -#if !defined(__cpp_lib_modules) || !defined(__clang__) //@@ MOD Clang ICE # include // strcasecmp(), strncasecmp() -#endif #else # include // _stricmp(), _strnicmp() #endif -- cgit v1.1