]> git.eshelyaron.com Git - emacs.git/commitdiff
(child_setup_tty): Typo in previous change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 17 Feb 1994 05:40:07 +0000 (05:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 17 Feb 1994 05:40:07 +0000 (05:40 +0000)
src/sysdep.c

index 119177b78a1fff8519099afbc3bb723cfea07d0a..fae76185dbf8303ed1a3864bcfecbe0fe4a5924a 100644 (file)
@@ -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 */