]> pd.if.org Git - pdclib/blobdiff - includes/iso646.h
Re-import from Subversion.
[pdclib] / includes / iso646.h
index 632dcef0b62257f35cefc8bf2c67695419bd7fb3..61d84edd4da89c29edb57387b5277005c4bb5918 100644 (file)
@@ -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 */