X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fiso646.h;h=80159fcb8a8e009bccab68508b59cd34b7442095;hb=3862b03514c94f37966f61693619e6483ead6045;hp=a97817ec3f92a0b1ab5f42febe0105625deb5f40;hpb=d9dcf16664c81809258992e1653ecb68c8079974;p=pdclib.old diff --git a/includes/iso646.h b/includes/iso646.h index a97817e..80159fc 100644 --- a/includes/iso646.h +++ b/includes/iso646.h @@ -9,6 +9,7 @@ #ifndef _PDCLIB_ISO646_H #define _PDCLIB_ISO646_H _PDCLIB_ISO646_H +#ifndef __cplusplus #define and && #define and_eq &= #define bitand & @@ -20,6 +21,7 @@ #define or_eq |= #define xor ^ #define xor_eq ^= +#endif #endif