X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshowsbr.c;h=217e890cbd934ec05106b119f92b858d80fe2681;hb=3e300b97e9a54a3157e37948f8827abbe3eecf05;hp=38167c8fdca91ddb489c52bc8d05a1cf7f01f2d5;hpb=0c648c7c1509760370d4c4267a45a5a305885e7f;p=mmh diff --git a/uip/mhshowsbr.c b/uip/mhshowsbr.c index 38167c8..217e890 100644 --- a/uip/mhshowsbr.c +++ b/uip/mhshowsbr.c @@ -19,16 +19,6 @@ #include #include -/* -** Just use sigjmp/longjmp on older machines that -** don't have sigsetjmp/siglongjmp. -*/ -#ifndef HAVE_SIGSETJMP -# define sigjmp_buf jmp_buf -# define sigsetjmp(env,mask) setjmp(env) -# define siglongjmp(env,val) longjmp(env,val) -#endif - extern int debugsw; int serialsw = 0;