Convert pidXwait() from macro to function
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index f3fda88..9d22c2b 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -191,8 +191,6 @@ extern int msg_count;        /* m_getfld() indicators (That's a hack!) */
 ** miscellaneous macros
 */
 
-#define pidXwait(pid,cp) pidstatus(pidwait(pid, NOTOK), stdout, cp)
-
 #ifndef max
 # define max(a,b) ((a) > (b) ? (a) : (b))
 #endif