X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fiso646.h;h=632dcef0b62257f35cefc8bf2c67695419bd7fb3;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=7dd19ca58477063735f550c954cd427c2d10499a;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/includes/iso646.h b/includes/iso646.h index 7dd19ca..632dcef 100644 --- a/includes/iso646.h +++ b/includes/iso646.h @@ -13,8 +13,6 @@ // ---------------------------------------------------------------------------- // DEFINES -#ifndef __cplusplus - #define and && #define and_eq &= #define bitand & @@ -27,6 +25,4 @@ #define xor ^ #define xor_eq ^= -#endif // __cplusplus - #endif // __ISO646_H