diff options
| author | Dan Nicolaescu | 2008-07-21 18:19:30 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-21 18:19:30 +0000 |
| commit | b8ff87cc584b41ba7cc6b45a45c764e173b4cddf (patch) | |
| tree | 2f3f1deef035d8dee7d738879a72909c95019e85 /src/m/iris4d.h | |
| parent | de08d1beb31907b85807b85a3c00b81c6893642d (diff) | |
| download | emacs-b8ff87cc584b41ba7cc6b45a45c764e173b4cddf.tar.gz emacs-b8ff87cc584b41ba7cc6b45a45c764e173b4cddf.zip | |
* m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
on this platform.
(mips):
* m/iris4d.h (mips): Do not define.
* sysdep.c (init_sys_modes): Use __mips__ instead of mips.
Diffstat (limited to 'src/m/iris4d.h')
| -rw-r--r-- | src/m/iris4d.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index ed055aa67df..923db142300 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -28,13 +28,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 28 | 28 | ||
| 29 | #define NO_ARG_ARRAY | 29 | #define NO_ARG_ARRAY |
| 30 | 30 | ||
| 31 | /* Now define a symbol for the cpu type, if your compiler | ||
| 32 | does not define it automatically. */ | ||
| 33 | |||
| 34 | #ifndef mips | ||
| 35 | #define mips | ||
| 36 | #endif | ||
| 37 | |||
| 38 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | 31 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend |
| 39 | the bit field into an int. In other words, if bit fields | 32 | the bit field into an int. In other words, if bit fields |
| 40 | are always unsigned. | 33 | are always unsigned. |
| @@ -43,13 +36,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 43 | 36 | ||
| 44 | #define EXPLICIT_SIGN_EXTEND | 37 | #define EXPLICIT_SIGN_EXTEND |
| 45 | 38 | ||
| 46 | /* Define NO_REMAP if memory segmentation makes it not work well | ||
| 47 | to change the boundary between the text section and data section | ||
| 48 | when Emacs is dumped. If you define this, the preloaded Lisp | ||
| 49 | code will not be sharable; but that's better than failing completely. */ | ||
| 50 | |||
| 51 | #define NO_REMAP | ||
| 52 | |||
| 53 | /* This machine requires completely different unexec code | 39 | /* This machine requires completely different unexec code |
| 54 | which lives in a separate file. Specify the file name. */ | 40 | which lives in a separate file. Specify the file name. */ |
| 55 | 41 | ||