X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshowsbr.c;h=8e095910e803418b121dbce1ae27b47549f43c27;hb=6bd76adcc81f4a725352c338a39212bcdefb0a4b;hp=d3397aea8886a8a87cb0e645cb93487adecc6c03;hpb=164be8e5e8b40ce4572281be26d423a9c9d595f3;p=mmh diff --git a/uip/mhshowsbr.c b/uip/mhshowsbr.c index d3397ae..8e09591 100644 --- a/uip/mhshowsbr.c +++ b/uip/mhshowsbr.c @@ -19,16 +19,7 @@ #include #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 +#include extern int debugsw;