]> pd.if.org Git - pdclib.old/blobdiff - includes/iso646.h
Added struct status_t.
[pdclib.old] / includes / iso646.h
index 632dcef0b62257f35cefc8bf2c67695419bd7fb3..a97817ec3f92a0b1ab5f42febe0105625deb5f40 100644 (file)
@@ -1,17 +1,13 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
-// Alternative spellings
-// ----------------------------------------------------------------------------
+/* $Id$ */
 
-#ifndef __ISO646_H
-#define __ISO646_H __ISO646_H
+/* 7.9 Alternative spellings <iso646.h>
 
-// ----------------------------------------------------------------------------
-// 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 &=
@@ -25,4 +21,5 @@
 #define xor ^
 #define xor_eq ^=
 
-#endif // __ISO646_H
+#endif
+