]> pd.if.org Git - pdclib/blobdiff - iso646.h
Moved the includes into subdirectory (again). Teaches you to decide on a proper layou...
[pdclib] / iso646.h
diff --git a/iso646.h b/iso646.h
deleted file mode 100644 (file)
index 48ca809..0000000
--- a/iso646.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* $Id$ */
-
-/* Release $Name$ */
-
-/* 7.9 Alternative spellings <iso646.h>
-
-   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 \98
-#define not !
-#define not_eq !=
-#define or ||
-#define or_eq |=
-#define xor \88
-#define xor_eq \88=
-
-#endif
-