aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index b19ed384754..b4dda533936 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -1360,7 +1360,7 @@ init_sys_modes (tty_out)
1360 of C-z */ 1360 of C-z */
1361#endif /* VSWTCH */ 1361#endif /* VSWTCH */
1362 1362
1363#if defined (mips) || defined (HAVE_TCATTR) 1363#if defined (__mips__) || defined (HAVE_TCATTR)
1364#ifdef VSUSP 1364#ifdef VSUSP
1365 tty.main.c_cc[VSUSP] = CDISABLE; /* Turn off mips handling of C-z. */ 1365 tty.main.c_cc[VSUSP] = CDISABLE; /* Turn off mips handling of C-z. */
1366#endif /* VSUSP */ 1366#endif /* VSUSP */