From: solar Date: Fri, 2 Dec 2005 10:52:00 +0000 (+0000) Subject: Some non-7-bit chars have crept in. Fixed. X-Git-Tag: v0.4~63 X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=90aaf6aa47b60252d23788256667fe7a37f54028;hp=d9a4e15860242e4dc5bda8c69211ef687db502de Some non-7-bit chars have crept in. Fixed. --- diff --git a/includes/iso646.h b/includes/iso646.h index 48ca809..ed6dce2 100644 --- a/includes/iso646.h +++ b/includes/iso646.h @@ -15,13 +15,13 @@ #define and_eq &= #define bitand & #define bitor | -#define compl ˜ +#define compl ~ #define not ! #define not_eq != #define or || #define or_eq |= -#define xor ˆ -#define xor_eq ˆ= +#define xor ^ +#define xor_eq ^= #endif