X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fiso646.h;h=61d84edd4da89c29edb57387b5277005c4bb5918;hp=632dcef0b62257f35cefc8bf2c67695419bd7fb3;hb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;hpb=8c8750c2826684c2420571a8007b9606f72c9040 diff --git a/includes/iso646.h b/includes/iso646.h index 632dcef..61d84ed 100644 --- a/includes/iso646.h +++ b/includes/iso646.h @@ -1,17 +1,20 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- -// Alternative spellings -// ---------------------------------------------------------------------------- +/* ---------------------------------------------------------------------------- + * $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 + * --------------------------------------------------------------------------*/ -#ifndef __ISO646_H -#define __ISO646_H __ISO646_H +#ifndef _ISO646_H +#define _ISO646_H _ISO646_H -// ---------------------------------------------------------------------------- -// DEFINES +/* ---------------------------------------------------------------------------- + * DEFINES + * --------------------------------------------------------------------------*/ #define and && #define and_eq &= @@ -25,4 +28,4 @@ #define xor ^ #define xor_eq ^= -#endif // __ISO646_H +#endif /* _ISO646_H */