]> pd.if.org Git - pdclib/commitdiff
Some non-7-bit chars have crept in. Fixed.
authorsolar <unknown>
Fri, 2 Dec 2005 10:52:00 +0000 (10:52 +0000)
committersolar <unknown>
Fri, 2 Dec 2005 10:52:00 +0000 (10:52 +0000)
includes/iso646.h

index 48ca809ed35c120fe1409f4e26f72e059759619d..ed6dce20579851f3fdf395a31547e8aa6161075b 100644 (file)
 #define and_eq &=
 #define bitand &
 #define bitor |
-#define compl \98
+#define compl ~
 #define not !
 #define not_eq !=
 #define or ||
 #define or_eq |=
-#define xor \88
-#define xor_eq \88=
+#define xor ^
+#define xor_eq ^=
 
 #endif