From: Richard M. Stallman Date: Thu, 17 Feb 1994 05:40:07 +0000 (+0000) Subject: (child_setup_tty): Typo in previous change. X-Git-Tag: emacs-19.34~9880 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23e4c8be122dfe824841b9be794facc4e2d3a22a;p=emacs.git (child_setup_tty): Typo in previous change. --- 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 */