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