X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fiso646.h;h=ed6dce20579851f3fdf395a31547e8aa6161075b;hb=91f605daba968422a5994e86d17cd4a34f15f343;hp=48ca809ed35c120fe1409f4e26f72e059759619d;hpb=a0ae3ba6bb30efbbb64425898343987f07dceb2d;p=pdclib.old 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