diff options
| author | Dave Love | 2002-11-27 23:01:32 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-27 23:01:32 +0000 |
| commit | 6b2fd6ea80c4c7936bcc6f34fa8798084f94e4e6 (patch) | |
| tree | cc6908cdbd1a157631bbc80f5a086223956ed59c /src/s | |
| parent | bf025ef431dff2ad3b8139b74966fecb1958531f (diff) | |
| download | emacs-6b2fd6ea80c4c7936bcc6f34fa8798084f94e4e6.tar.gz emacs-6b2fd6ea80c4c7936bcc6f34fa8798084f94e4e6.zip | |
*** empty log message ***
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/irix6-0.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h index 6dbdbf31230..ef86c975573 100644 --- a/src/s/irix6-0.h +++ b/src/s/irix6-0.h | |||
| @@ -31,3 +31,7 @@ | |||
| 31 | #endif | 31 | #endif |
| 32 | 32 | ||
| 33 | #undef TIOCSIGSEND | 33 | #undef TIOCSIGSEND |
| 34 | |||
| 35 | /* Tested on Irix 6.5. SCM worked on earlier versions. */ | ||
| 36 | #define GC_SETJMP_WORKS 1 | ||
| 37 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | ||