diff options
author | Fred Drake <fdrake@acm.org> | 2001-06-16 20:46:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-06-16 20:46:10 (GMT) |
commit | bbdc66ff2f829b8a86edbd355388f23ab927983a (patch) | |
tree | c94527b3de831efca91d9448029f85d10b2120bb | |
parent | 458004a50d31840f1671343d7e676d29ce5eb3d8 (diff) | |
download | cpython-bbdc66ff2f829b8a86edbd355388f23ab927983a.zip cpython-bbdc66ff2f829b8a86edbd355388f23ab927983a.tar.gz cpython-bbdc66ff2f829b8a86edbd355388f23ab927983a.tar.bz2 |
Spell "#ifdef" as "#ifdef", not "#endif".
-rw-r--r-- | Modules/termios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/termios.c b/Modules/termios.c index 2c70a3b..bfd8e78 100644 --- a/Modules/termios.c +++ b/Modules/termios.c @@ -516,7 +516,7 @@ static struct constant { #ifdef ECHOKE {"ECHOKE", ECHOKE}, #endif -#endif FLUSHO +#ifndef FLUSHO {"FLUSHO", FLUSHO}, #endif {"NOFLSH", NOFLSH}, |