# HG changeset patch # User Richard M. Stallman # Date 761463607 0 # Node ID ccb0f99750e3399f0c6143f0701abaadd9571142 # Parent f97f4938fffa188a11773f644b0002df7e361ea1 (child_setup_tty): Typo in previous change. diff -r f97f4938fffa -r ccb0f99750e3 src/sysdep.c --- 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 */