Mercurial > emacs
changeset 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 | f97f4938fffa |
children | 628188ceb43b |
files | src/sysdep.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 */