]> diplodocus.org Git - nmh/blobdiff - h/mf.h
new.c: Order two return statements to match comment.
[nmh] / h / mf.h
diff --git a/h/mf.h b/h/mf.h
index 3b436d1e3e6dfdc2acf63bb515e8adb42a471d7d..6b17a4c0fc18d5fa4c7238a1051573abe106bbd5 100644 (file)
--- a/h/mf.h
+++ b/h/mf.h
@@ -1,17 +1,8 @@
-/*
- * mf.h -- include file for mailbox filters
+/* mf.h -- include file for mailbox filters
  */
 
 #include <h/nmh.h>
 
-#ifndef        TRUE
-# define TRUE 1
-#endif
-
-#ifndef        FALSE
-# define FALSE 0
-#endif
-
 #ifndef        NOTOK
 # define NOTOK (-1)
 #endif