summaryrefslogtreecommitdiff
path: root/include/stdbool.h
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2005-02-27 11:17:19 +0000
committerMarius Strobl <marius@FreeBSD.org>2005-02-27 11:17:19 +0000
commit950d12498439903f790ae654eec090b4991ed01f (patch)
treedc88b577bf46e8af06a1d29f25485cf896b12ae6 /include/stdbool.h
parentfb3bd584b1cd298813bc703c2a2cecc135aa672b (diff)
Notes
Diffstat (limited to 'include/stdbool.h')
-rw-r--r--include/stdbool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdbool.h b/include/stdbool.h
index c0ce8bbeb8dc..c0d6459cc029 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