diff options
| author | Richard M. Stallman | 2006-01-19 17:40:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-01-19 17:40:50 +0000 |
| commit | 77c0df4f2707e97fcf341d1e7ea3ede70022acdd (patch) | |
| tree | d147fbb036130f00fb7be1f7419117e9bd6c0a05 /src | |
| parent | c3be81c7f8cf445b27dbbe2e26eaeaa4687591f1 (diff) | |
| download | emacs-77c0df4f2707e97fcf341d1e7ea3ede70022acdd.tar.gz emacs-77c0df4f2707e97fcf341d1e7ea3ede70022acdd.zip | |
(GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix6-5.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index c1cc42a8c0e..9df3e0a2ef6 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h | |||
| @@ -33,5 +33,9 @@ | |||
| 33 | 33 | ||
| 34 | #undef TIOCSIGSEND /* defined in usg5-4.h */ | 34 | #undef TIOCSIGSEND /* defined in usg5-4.h */ |
| 35 | 35 | ||
| 36 | /* Tested on Irix 6.5. SCM worked on earlier versions. */ | ||
| 37 | #define GC_SETJMP_WORKS 1 | ||
| 38 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | ||
| 39 | |||
| 36 | /* arch-tag: d7ad9ec2-54ad-4b2f-adf2-0070c5c63e83 | 40 | /* arch-tag: d7ad9ec2-54ad-4b2f-adf2-0070c5c63e83 |
| 37 | (do not change this comment) */ | 41 | (do not change this comment) */ |