summaryrefslogtreecommitdiff
path: root/lib/clang/3.5/include/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/3.5/include/stdint.h')
-rw-r--r--lib/clang/3.5/include/stdint.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/clang/3.5/include/stdint.h b/lib/clang/3.5/include/stdint.h
index 11529c0..2b1bc09 100644
--- a/lib/clang/3.5/include/stdint.h
+++ b/lib/clang/3.5/include/stdint.h
@@ -28,8 +28,7 @@
/* If we're hosted, fall back to the system's stdint.h, which might have
* additional definitions.
*/
-#if __STDC_HOSTED__ && \
- defined(__has_include_next) && __has_include_next(<stdint.h>)
+#if __STDC_HOSTED__ && __has_include_next(<stdint.h>)
// C99 7.18.3 Limits of other integer types
//