X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9c8bc93a8babf7f1316d7758b8cd73f28e794f9a..d247f1cf67f3e579ccddfa986c603dd91880cbe7:/h/mh.h diff --git a/h/mh.h b/h/mh.h index 8823d919..069d9cbe 100644 --- a/h/mh.h +++ b/h/mh.h @@ -22,13 +22,6 @@ */ #define NMH_BUFSIZ max(BUFSIZ, 8192) -#ifndef FALSE -#define FALSE false -#endif -#ifndef TRUE -#define TRUE true -#endif - /* If we're using gcc then tell it extra information so it can do more * compile-time checks. */ #if __GNUC__ > 2