diff src/sysdep.c @ 5972:ccb0f99750e3

(child_setup_tty): Typo in previous change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Feb 1994 05:40:07 +0000
parents ac268a6d91d6
children a92ee78acd12
line wrap: on
line diff
--- a/src/sysdep.c	Thu Feb 17 03:44:17 1994 +0000
+++ b/src/sysdep.c	Thu Feb 17 05:40:07 1994 +0000
@@ -473,7 +473,7 @@
 #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 */