]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix my own typo: protect the FLUSHO usage with "#ifdef FLUSHO", not
authorFred Drake <fdrake@acm.org>
Mon, 18 Jun 2001 21:05:04 +0000 (21:05 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 18 Jun 2001 21:05:04 +0000 (21:05 +0000)
"#ifndef FLUSHO".

Modules/termios.c

index bfd8e78323855888f2b1aeb08da0be0ec0e50cc0..c77dff36ad79e715380922ab3ce7177bec50815a 100644 (file)
@@ -516,7 +516,7 @@ static struct constant {
 #ifdef ECHOKE
        {"ECHOKE", ECHOKE},
 #endif
-#ifndef FLUSHO
+#ifdef FLUSHO
        {"FLUSHO", FLUSHO},
 #endif
        {"NOFLSH", NOFLSH},