summaryrefslogtreecommitdiff
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-02-17 05:40:07 +0000
committerRichard M. Stallman <rms@gnu.org>1994-02-17 05:40:07 +0000
commit081dfa9a2c4bbf735428c64cd1066bd6eeba465c (patch)
tree43a879033251089fb4c80f2d96597ce936b01df2 /src/sysdep.c
parente68a015e5ad5a1d49dcc78912d7784cc2c5ded6a (diff)
downloademacs-081dfa9a2c4bbf735428c64cd1066bd6eeba465c.tar.gz
(child_setup_tty): Typo in previous change.
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 119177b78a1..fae76185dbf 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -473,7 +473,7 @@ child_setup_tty (out)
#ifdef IUCLC
s.main.c_iflag &= ~IUCLC; /* Disable downcasing on input. */
#endif
-@ifdef OLCUC
+#ifdef OLCUC
s.main.c_oflag &= ~OLCUC; /* Disable upcasing on output. */
#endif
s.main.c_cflag = (s.main.c_cflag & ~CSIZE) | CS8; /* Don't strip 8th bit */