X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmh.h;h=9d22c2b152e9096b63a234d081bba0519a486a49;hp=f3fda88083c4c4d9b42408e10880c83c568c6bb4;hb=43b38cc6c82b85aff3a5868289ecebeb20215b9c;hpb=bcee4360d0113d2cbc71c9b0d13495327894e454 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