X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fiso646.h;h=3ad9f5ce484a0f1f1551e9b42ae354769a2df30c;hp=ed6dce20579851f3fdf395a31547e8aa6161075b;hb=ea66319bf240c51e4f33caf868e1774e32ef19d6;hpb=90aaf6aa47b60252d23788256667fe7a37f54028 diff --git a/includes/iso646.h b/includes/iso646.h index ed6dce2..3ad9f5c 100644 --- a/includes/iso646.h +++ b/includes/iso646.h @@ -1,8 +1,4 @@ -/* $Id$ */ - -/* Release $Name$ */ - -/* 7.9 Alternative spellings +/* Alternative spellings This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -11,6 +7,7 @@ #ifndef _PDCLIB_ISO646_H #define _PDCLIB_ISO646_H _PDCLIB_ISO646_H +#ifndef __cplusplus #define and && #define and_eq &= #define bitand & @@ -22,6 +19,6 @@ #define or_eq |= #define xor ^ #define xor_eq ^= - #endif +#endif