X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1ae25aae44c548a4013866d1d94476160e7dd983..5dce1b38ace6cf61398df3ee4ca5aee0e1dedb5d:/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