]> diplodocus.org Git - nmh/blobdiff - h/mh.h
Put, rather than print, single characters.
[nmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index d88df07f23094105f92762f13fb7fa059c9ff022..513248cfb6aca98270959b2e62ee6fb662b14ead 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
 #define NMH_BUFSIZ  (BUFSIZ>=8192 ? BUFSIZ : 8192)
 
 #ifndef FALSE
-#define FALSE 0
+#define FALSE false
 #endif
 #ifndef TRUE
-#define TRUE 1
+#define TRUE true
 #endif
 typedef unsigned char  boolean;  /* not int so we can pack in a structure */