]> git.marmaro.de Git - mmh/blobdiff - h/mh.h
Convert pidXwait() from macro to function
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index f3fda88083c4c4d9b42408e10880c83c568c6bb4..9d22c2b152e9096b63a234d081bba0519a486a49 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