]> pd.if.org Git - pdclib/blobdiff - iso646.h
Added note about v0.1 not being much tested.
[pdclib] / iso646.h
index 33ff8971f19458082525cd4560e9720d830e5a9b..48ca809ed35c120fe1409f4e26f72e059759619d 100644 (file)
--- 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 <iso646.h> */
+/* Release $Name$ */
+
+/* 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 &=
 #define bitand &
@@ -22,3 +24,4 @@
 #define xor_eq \88=
 
 #endif
+