]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Spell "#ifdef" as "#ifdef", not "#endif".
authorFred Drake <fdrake@acm.org>
Sat, 16 Jun 2001 20:46:10 +0000 (20:46 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 16 Jun 2001 20:46:10 +0000 (20:46 +0000)
Modules/termios.c

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