]> pd.if.org Git - pdclib/blobdiff - includes/iso646.h
Some non-7-bit chars have crept in. Fixed.
[pdclib] / includes / iso646.h
index 61d84edd4da89c29edb57387b5277005c4bb5918..ed6dce20579851f3fdf395a31547e8aa6161075b 100644 (file)
@@ -1,20 +1,15 @@
-/* ----------------------------------------------------------------------------
- * $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
+/* Release $Name$ */
 
-/* ----------------------------------------------------------------------------
- * DEFINES
- * --------------------------------------------------------------------------*/
+/* 7.9 Alternative spellings <iso646.h>
+
+   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 +23,5 @@
 #define xor ^
 #define xor_eq ^=
 
-#endif /* _ISO646_H */
+#endif
+