X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=iso646.h;h=48ca809ed35c120fe1409f4e26f72e059759619d;hb=4821a6af8ca1c748a695e83c47028bca878d11fe;hp=33ff8971f19458082525cd4560e9720d830e5a9b;hpb=89c516d1b45766b519f60b986366a3c592ec5760;p=pdclib diff --git a/iso646.h b/iso646.h index 33ff897..48ca809 100644 --- a/iso646.h +++ b/iso646.h @@ -1,14 +1,16 @@ -#ifndef _PDCLIB_ISO646_H -#define _PDCLIB_ISO646_H _PDCLIB_ISO646_H - /* $Id$ */ -/* 7.9 Alternative spellings */ +/* Release $Name$ */ + +/* 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 &= #define bitand & @@ -22,3 +24,4 @@ #define xor_eq ˆ= #endif +