summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-06-16 20:46:10 (GMT)
committerFred Drake <fdrake@acm.org>2001-06-16 20:46:10 (GMT)
commitbbdc66ff2f829b8a86edbd355388f23ab927983a (patch)
treec94527b3de831efca91d9448029f85d10b2120bb
parent458004a50d31840f1671343d7e676d29ce5eb3d8 (diff)
downloadcpython-bbdc66ff2f829b8a86edbd355388f23ab927983a.zip
cpython-bbdc66ff2f829b8a86edbd355388f23ab927983a.tar.gz
cpython-bbdc66ff2f829b8a86edbd355388f23ab927983a.tar.bz2
Spell "#ifdef" as "#ifdef", not "#endif".
-rw-r--r--Modules/termios.c2
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},