]> pd.if.org Git - pdclib/blobdiff - includes/iso646.h
Introducing personalities. Removing C++ function decs / defs.
[pdclib] / includes / iso646.h
index cc8be74abab17a9734943f9b3f21b0d8848595f6..632dcef0b62257f35cefc8bf2c67695419bd7fb3 100644 (file)
@@ -4,7 +4,7 @@
 // Public Domain C Library - http://pdclib.sourceforge.net
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
-// Provides "readable" aliases for bit operators.
+// Alternative spellings
 // ----------------------------------------------------------------------------
 
 #ifndef __ISO646_H
@@ -13,8 +13,6 @@
 // ----------------------------------------------------------------------------
 // DEFINES
 
-#ifndef __cplusplus
-
 #define and &&
 #define and_eq &=
 #define bitand &
@@ -27,6 +25,4 @@
 #define xor ^
 #define xor_eq ^=
 
-#endif // __cplusplus
-
 #endif // __ISO646_H