summaryrefslogtreecommitdiff
path: root/include/iso646.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iso646.h')
-rw-r--r--include/iso646.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/iso646.h b/include/iso646.h
index 109cf6d6..f92457b2 100644
--- a/include/iso646.h
+++ b/include/iso646.h
@@ -3,14 +3,14 @@
#define and &&
#define and_eq &=
-#define bitand &
-#define bitor |
+#define bitand (&)
+#define bitor (|)
#define compl ~
#define not !
#define not_eq !=
#define or ||
#define or_eq |=
-#define xor ^
+#define xor (^)
#define xor_eq ^=
#endif