X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fiso646.h;h=98a023f5201d12715a6c8fc24f011465df88982d;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=7dd19ca58477063735f550c954cd427c2d10499a;hpb=ac3f809c3c10347c110fac3db93af0954eda98bb;p=pdclib diff --git a/includes/iso646.h b/includes/iso646.h index 7dd19ca..98a023f 100644 --- a/includes/iso646.h +++ b/includes/iso646.h @@ -1,19 +1,11 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- -// Alternative spellings -// ---------------------------------------------------------------------------- +/* 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 __cplusplus +#ifndef _PDCLIB_ISO646_H +#define _PDCLIB_ISO646_H _PDCLIB_ISO646_H #define and && #define and_eq &= @@ -27,6 +19,4 @@ #define xor ^ #define xor_eq ^= -#endif // __cplusplus - -#endif // __ISO646_H +#endif