X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fiso646.h;h=4fd338b383892fccf0c6e912b80cf92f695d87c5;hb=e1c526e9bad3f6e69391e94059096145390508d3;hp=61d84edd4da89c29edb57387b5277005c4bb5918;hpb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;p=pdclib diff --git a/includes/iso646.h b/includes/iso646.h index 61d84ed..4fd338b 100644 --- a/includes/iso646.h +++ b/includes/iso646.h @@ -1,21 +1,13 @@ -/* ---------------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------------- - * Public Domain C Library - http://pdclib.sourceforge.net - * This code is Public Domain. Use, modify, and redistribute at will. - * ---------------------------------------------------------------------------- - * Alternative spellings - * ---------------------------------------------------------------------------- - * This header is part of a freestanding implementation - * --------------------------------------------------------------------------*/ +/* 7.9 Alternative spellings -#ifndef _ISO646_H -#define _ISO646_H _ISO646_H + This file is part of the Public Domain C Library (PDCLib). + Permission is granted to use, modify, and / or redistribute at will. +*/ -/* ---------------------------------------------------------------------------- - * DEFINES - * --------------------------------------------------------------------------*/ +#ifndef _PDCLIB_ISO646_H +#define _PDCLIB_ISO646_H _PDCLIB_ISO646_H +#ifndef __cplusplus #define and && #define and_eq &= #define bitand & @@ -27,5 +19,7 @@ #define or_eq |= #define xor ^ #define xor_eq ^= +#endif + +#endif -#endif /* _ISO646_H */