From: Fred Drake Date: Sat, 16 Jun 2001 20:46:10 +0000 (+0000) Subject: Spell "#ifdef" as "#ifdef", not "#endif". X-Git-Tag: v2.1.1c1~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbdc66ff2f829b8a86edbd355388f23ab927983a;p=thirdparty%2FPython%2Fcpython.git Spell "#ifdef" as "#ifdef", not "#endif". --- diff --git a/Modules/termios.c b/Modules/termios.c index 2c70a3bce22c..bfd8e7832385 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},