]> pd.if.org Git - pdclib/blobdiff - includes/iso646.h
Moved the includes into subdirectory (again). Teaches you to decide on a proper layou...
[pdclib] / includes / iso646.h
index 7dd19ca58477063735f550c954cd427c2d10499a..48ca809ed35c120fe1409f4e26f72e059759619d 100644 (file)
@@ -1,32 +1,27 @@
-// ----------------------------------------------------------------------------
-// $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
+/* Release $Name$ */
 
-// ----------------------------------------------------------------------------
-// DEFINES
+/* 7.9 Alternative spellings <iso646.h>
 
-#ifndef __cplusplus
+   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 &
 #define bitor |
-#define compl ~
+#define compl \98
 #define not !
 #define not_eq !=
 #define or ||
 #define or_eq |=
-#define xor ^
-#define xor_eq ^=
+#define xor \88
+#define xor_eq \88=
 
-#endif // __cplusplus
+#endif
 
-#endif // __ISO646_H