From: Guido van Rossum Date: Tue, 1 Aug 2000 18:28:44 +0000 (+0000) Subject: Of course, you meant "#if 0" and not "#ifdef 0". :) X-Git-Tag: v2.0b1~641 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=367e46a9432c2dd0c11e74526fd26b10ef57dad7;p=thirdparty%2FPython%2Fcpython.git Of course, you meant "#if 0" and not "#ifdef 0". :) --- diff --git a/Include/pyport.h b/Include/pyport.h index dceb98de27f9..c6826804bedc 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -281,7 +281,7 @@ extern double hypot(double, double); /* If the fd manipulation macros aren't defined, here is a set that should do the job */ -#ifdef 0 /* disabled and probably obsolete */ +#if 0 /* disabled and probably obsolete */ #ifndef FD_SETSIZE #define FD_SETSIZE 256