diff options
| author | Joakim Verona | 2011-07-15 04:39:29 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-07-15 04:39:29 +0200 |
| commit | 4f616a2e7ed1db28da98df90266e9751a8ae9ee1 (patch) | |
| tree | 74a9dcbe13e945e712ae04a4a94c2202ca720591 /src/s | |
| parent | ff2be00005c3aeda6e11d7ed264ce86f02b60958 (diff) | |
| parent | ec2bc542a4d0127425625e8cb458684bd825675a (diff) | |
| download | emacs-4f616a2e7ed1db28da98df90266e9751a8ae9ee1.tar.gz emacs-4f616a2e7ed1db28da98df90266e9751a8ae9ee1.zip | |
merge from upstream
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/irix6-5.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index d283571d8fb..26eb7dcde77 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h | |||
| @@ -96,3 +96,10 @@ char *_getpty(); | |||
| 96 | /* Tested on Irix 6.5. SCM worked on earlier versions. */ | 96 | /* Tested on Irix 6.5. SCM worked on earlier versions. */ |
| 97 | #define GC_SETJMP_WORKS 1 | 97 | #define GC_SETJMP_WORKS 1 |
| 98 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 98 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 99 | |||
| 100 | |||
| 101 | /* DATA_SEG_BITS forces extra bits to be or'd in with any pointers which | ||
| 102 | were stored in a Lisp_Object (as Emacs uses fewer than 32 bits for | ||
| 103 | the value field of a LISP_OBJECT). */ | ||
| 104 | #define DATA_START 0x10000000 | ||
| 105 | #define DATA_SEG_BITS 0x10000000 | ||