X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fiso646.h;h=80159fcb8a8e009bccab68508b59cd34b7442095;hb=ad695562522feac5197c19716dd91922f229cf32;hp=ed6dce20579851f3fdf395a31547e8aa6161075b;hpb=862146e3de6683c0dcb24b03e9644ac9cd8dda76;p=pdclib.old diff --git a/includes/iso646.h b/includes/iso646.h index ed6dce2..80159fc 100644 --- a/includes/iso646.h +++ b/includes/iso646.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* 7.9 Alternative spellings This file is part of the Public Domain C Library (PDCLib). @@ -11,6 +9,7 @@ #ifndef _PDCLIB_ISO646_H #define _PDCLIB_ISO646_H _PDCLIB_ISO646_H +#ifndef __cplusplus #define and && #define and_eq &= #define bitand & @@ -22,6 +21,7 @@ #define or_eq |= #define xor ^ #define xor_eq ^= +#endif #endif