Mercurial > emacs
diff src/sysdep.c @ 96877:feac6d588d82
* 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.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Mon, 21 Jul 2008 18:19:30 +0000 |
| parents | c06568fd3844 |
| children | 9592c50233ab |
line wrap: on
line diff
--- a/src/sysdep.c Mon Jul 21 18:15:28 2008 +0000 +++ b/src/sysdep.c Mon Jul 21 18:19:30 2008 +0000 @@ -1360,7 +1360,7 @@ of C-z */ #endif /* VSWTCH */ -#if defined (mips) || defined (HAVE_TCATTR) +#if defined (__mips__) || defined (HAVE_TCATTR) #ifdef VSUSP tty.main.c_cc[VSUSP] = CDISABLE; /* Turn off mips handling of C-z. */ #endif /* VSUSP */
