summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index dceb98d..c682680 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