diff options
-rw-r--r-- | include/stdbool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdbool.h b/include/stdbool.h index c0ce8bb..c0d6459 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -37,7 +37,7 @@ #define true 1 #define bool _Bool -#if __STDC_VERSION__ < 199901L && __GNUC__ < 3 +#if __STDC_VERSION__ < 199901L && __GNUC__ < 3 && !defined(__INTEL_COMPILER) typedef int _Bool; #endif |