]> pd.if.org Git - pdclib/blobdiff - includes/iso646.h
Forgot the header guard on string.h. Bumped release date in Readme.txt.
[pdclib] / includes / iso646.h
diff --git a/includes/iso646.h b/includes/iso646.h
deleted file mode 100644 (file)
index 632dcef..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
-// Alternative spellings
-// ----------------------------------------------------------------------------
-
-#ifndef __ISO646_H
-#define __ISO646_H __ISO646_H
-
-// ----------------------------------------------------------------------------
-// DEFINES
-
-#define and &&
-#define and_eq &=
-#define bitand &
-#define bitor |
-#define compl ~
-#define not !
-#define not_eq !=
-#define or ||
-#define or_eq |=
-#define xor ^
-#define xor_eq ^=
-
-#endif // __ISO646_H