X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmh.h;h=6b8f4a97a2ec7a21a45ebefc10b31f6953853d6a;hb=5a12e4b0477d3ad699f5713682d26079f2792d17;hp=f3fda88083c4c4d9b42408e10880c83c568c6bb4;hpb=0347722f5b69de06a867b73ddc23388d082ab219;p=mmh diff --git a/h/mh.h b/h/mh.h index f3fda88..6b8f4a9 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 @@ -270,6 +268,4 @@ extern char *version_num; extern char *version_str; extern char *whatnowproc; -extern void (*done) (int) NORETURN; - #include