diff options
Diffstat (limited to 'src/prototype.h')
-rw-r--r-- | src/prototype.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/prototype.h b/src/prototype.h deleted file mode 100644 index a6077b65c206c..0000000000000 --- a/src/prototype.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _prototype_h -#define _prototype_h -#ifdef __STDC__ -#define P(X) X -#else -#define P(X) () -#endif - -typedef char bool; -#define FALSE 0 -#define TRUE 1 - -#define ODD(X) ((X) & 1) -#define EVEN(X) (!((X) & 1)) -#endif /* _prototype_h */ |