Mercurial > hg > xemacs-beta
diff src/s/irix6-0.h @ 60:2e6f5e180fb8 r19-16-pre5
Import from CVS: tag r19-16-pre5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:58:59 +0200 |
parents | 8b0bdfdf0cf0 |
children | 28a7c63c7e1e |
line wrap: on
line diff
--- a/src/s/irix6-0.h Mon Aug 13 08:58:38 2007 +0200 +++ b/src/s/irix6-0.h Mon Aug 13 08:58:59 2007 +0200 @@ -25,3 +25,12 @@ * This should probably be set by configure. */ #define HAVE_UINTPTR_T 1 + +/* R. Cognot 09/24/97 + * This may be needed for other ABIs, but at least I'm sure it is + * is needed on n32, as purify reports UMRs in siglongjmp and + * xemacs dumps core every once in a while... + */ +#if (_MIPS_SIM==_MIPS_SIM_ABIN32) +#undef HAVE_SIGSETJMP +#endif