]> diplodocus.org Git - nmh/blobdiff - h/mh.h
slocal.c: Use C99's `%td' to printf(3) ptrdiff_t values.
[nmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 8823d91963bd343f695618c031aa059619f39957..a97a2e4383e3187af571cf58680c03dee24dcf5b 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
  */
 #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 <h/prototypes.h>