]> git.saurik.com Git - apple/libc.git/blobdiff - include/iso646.h
Libc-391.5.22.tar.gz
[apple/libc.git] / include / iso646.h
index 392b19f0b53f1460be57f54c010719c5b12f5597..6b4ed467ea2d025fe6f229098e7db82104e3d1f2 100644 (file)
@@ -29,6 +29,9 @@
 #ifndef _ISO646_H_
 #define        _ISO646_H_
 
+#ifndef _POSIX_C_SOURCE
+
+#ifndef __cplusplus
 #define        and     &&
 #define        and_eq  &=
 #define        bitand  &
@@ -40,5 +43,8 @@
 #define        or_eq   |=
 #define        xor     ^
 #define        xor_eq  ^=
+#endif /* ! __cplusplus */
+
+#endif /* ! _POSIX_C_SOURCE */
 
 #endif /* !_ISO646_H_ */