X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmh.h;h=9d22c2b152e9096b63a234d081bba0519a486a49;hb=96d10c193324201ef8acb622ed13e9a5ecb59827;hp=f3fda88083c4c4d9b42408e10880c83c568c6bb4;hpb=0347722f5b69de06a867b73ddc23388d082ab219;p=mmh diff --git a/h/mh.h b/h/mh.h index f3fda88..9d22c2b 100644 --- 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