X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1ae25aae44c548a4013866d1d94476160e7dd983..b00e8aa68131f51b6f49e1d632e192cf43b3334c:/h/mh.h diff --git a/h/mh.h b/h/mh.h index 7673d2a8..069d9cbe 100644 --- a/h/mh.h +++ b/h/mh.h @@ -22,14 +22,6 @@ */ #define NMH_BUFSIZ max(BUFSIZ, 8192) -#ifndef FALSE -#define FALSE false -#endif -#ifndef TRUE -#define TRUE true -#endif -typedef unsigned char boolean; /* not int so we can pack in a structure */ - /* If we're using gcc then tell it extra information so it can do more * compile-time checks. */ #if __GNUC__ > 2