Mercurial > hg > xemacs-beta
comparison src/sysdep.c @ 24:4103f0995bd7 r19-15b95
Import from CVS: tag r19-15b95
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:03 +0200 |
parents | 0293115a14e9 |
children | ec9a17fef872 |
comparison
equal
deleted
inserted
replaced
23:0edd3412f124 | 24:4103f0995bd7 |
---|---|
451 s.main.c_iflag &= ~IUCLC; /* Disable downcasing on input. */ | 451 s.main.c_iflag &= ~IUCLC; /* Disable downcasing on input. */ |
452 #endif | 452 #endif |
453 #ifdef OLCUC | 453 #ifdef OLCUC |
454 s.main.c_oflag &= ~OLCUC; /* Disable upcasing on output. */ | 454 s.main.c_oflag &= ~OLCUC; /* Disable upcasing on output. */ |
455 #endif | 455 #endif |
456 s.main.c_oflag &= ~TAB3; /* Disable tab expansion */ | |
456 #if defined (CSIZE) && defined (CS8) | 457 #if defined (CSIZE) && defined (CS8) |
457 s.main.c_cflag = (s.main.c_cflag & ~CSIZE) | CS8; /* Don't strip 8th bit */ | 458 s.main.c_cflag = (s.main.c_cflag & ~CSIZE) | CS8; /* Don't strip 8th bit */ |
458 #endif | 459 #endif |
459 #ifdef ISTRIP | 460 #ifdef ISTRIP |
460 s.main.c_iflag &= ~ISTRIP; /* Don't strip 8th bit on input */ | 461 s.main.c_iflag &= ~ISTRIP; /* Don't strip 8th bit on input */ |