aboutsummaryrefslogtreecommitdiff
path: root/src/internal_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal_macros.h')
-rw-r--r--src/internal_macros.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/internal_macros.h b/src/internal_macros.h
index 8dd7d0c..f4894ba 100644
--- a/src/internal_macros.h
+++ b/src/internal_macros.h
@@ -11,11 +11,7 @@
#endif
#if defined(__clang__)
- #if defined(__ibmxl__)
- #if !defined(COMPILER_IBMXL)
- #define COMPILER_IBMXL
- #endif
- #elif !defined(COMPILER_CLANG)
+ #if !defined(COMPILER_CLANG)
#define COMPILER_CLANG
#endif
#elif defined(_MSC_VER)