X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9c8bc93a8babf7f1316d7758b8cd73f28e794f9a..4d9f9e116593fe887164ea52576565ec54a07820:/h/mh.h diff --git a/h/mh.h b/h/mh.h index 8823d919..a97a2e43 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 @@ -519,6 +512,4 @@ extern char *version_str; extern char *whatnowproc; extern char *whomproc; -extern void (*done) (int) NORETURN; - #include