X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fiso646.h;h=ed6dce20579851f3fdf395a31547e8aa6161075b;hb=62c91415cf76b624aa37b791058c41709cf3b563;hp=632dcef0b62257f35cefc8bf2c67695419bd7fb3;hpb=b2b5e5de72c2979464ac211460210ccf77a25d51;p=pdclib.old diff --git a/includes/iso646.h b/includes/iso646.h index 632dcef..ed6dce2 100644 --- a/includes/iso646.h +++ b/includes/iso646.h @@ -1,17 +1,15 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- -// Alternative spellings -// ---------------------------------------------------------------------------- +/* $Id$ */ -#ifndef __ISO646_H -#define __ISO646_H __ISO646_H +/* Release $Name$ */ -// ---------------------------------------------------------------------------- -// DEFINES +/* 7.9 Alternative spellings + + This file is part of the Public Domain C Library (PDCLib). + Permission is granted to use, modify, and / or redistribute at will. +*/ + +#ifndef _PDCLIB_ISO646_H +#define _PDCLIB_ISO646_H _PDCLIB_ISO646_H #define and && #define and_eq &= @@ -25,4 +23,5 @@ #define xor ^ #define xor_eq ^= -#endif // __ISO646_H +#endif +