Mercurial > emacs
changeset 68263:06d1688690ad
(GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 19 Jan 2006 17:40:50 +0000 |
parents | bd5ef7de54da |
children | d25897b05660 |
files | src/s/irix6-5.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/irix6-5.h Thu Jan 19 17:39:55 2006 +0000 +++ b/src/s/irix6-5.h Thu Jan 19 17:40:50 2006 +0000 @@ -33,5 +33,9 @@ #undef TIOCSIGSEND /* defined in usg5-4.h */ +/* Tested on Irix 6.5. SCM worked on earlier versions. */ +#define GC_SETJMP_WORKS 1 +#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS + /* arch-tag: d7ad9ec2-54ad-4b2f-adf2-0070c5c63e83 (do not change this comment) */