diff options
| author | Dan Nicolaescu | 2011-07-06 20:24:33 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2011-07-06 20:24:33 -0700 |
| commit | 76b397fb2aaecf9f71b6a914dea4a5ff7b486d18 (patch) | |
| tree | 24e0655df25baaa8c19015a18435f3055fe2ddc4 /src/s | |
| parent | 9970bcb27c7ed4e4a049eb9a90d1008b0702bdb4 (diff) | |
| download | emacs-76b397fb2aaecf9f71b6a914dea4a5ff7b486d18.tar.gz emacs-76b397fb2aaecf9f71b6a914dea4a5ff7b486d18.zip | |
Simplify Irix build, remove iris4d.h file.
* configure.in: Remove reference to iris4d.h.
* src/m/iris4d.h: Remove file, move contents ...
* src/s/irix6-5.h: ... here.
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 | ||