]> granicus.if.org Git - python/commitdiff
Of course, you meant "#if 0" and not "#ifdef 0". :)
authorGuido van Rossum <guido@python.org>
Tue, 1 Aug 2000 18:28:44 +0000 (18:28 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 1 Aug 2000 18:28:44 +0000 (18:28 +0000)
Include/pyport.h

index dceb98de27f99dd6be3fc33d5bc6a285f7b23050..c6826804bedcf6006db5a9379438e37f7b4bfbc4 100644 (file)
@@ -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