X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fiso646.h;h=80159fcb8a8e009bccab68508b59cd34b7442095;hp=a97817ec3f92a0b1ab5f42febe0105625deb5f40;hb=b41576197133c1211d6ec353faf93f505f573b8a;hpb=93ca2d813f86c52bb9bece81ca564d4831bff9e5 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