X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fiso646.h;h=a97817ec3f92a0b1ab5f42febe0105625deb5f40;hb=1348d759ad8b0bee9bfb91329ab4181aef618a67;hp=61d84edd4da89c29edb57387b5277005c4bb5918;hpb=c8f799d852e3698468a78954d82588e841cc0b70;p=pdclib.old diff --git a/includes/iso646.h b/includes/iso646.h index 61d84ed..a97817e 100644 --- a/includes/iso646.h +++ b/includes/iso646.h @@ -1,20 +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 - * --------------------------------------------------------------------------*/ +/* $Id$ */ -#ifndef _ISO646_H -#define _ISO646_H _ISO646_H +/* 7.9 Alternative spellings -/* ---------------------------------------------------------------------------- - * DEFINES - * --------------------------------------------------------------------------*/ + 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 &= @@ -28,4 +21,5 @@ #define xor ^ #define xor_eq ^= -#endif /* _ISO646_H */ +#endif +