summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-08-01 18:28:44 +0000
committerGuido van Rossum <guido@python.org>2000-08-01 18:28:44 +0000
commit1a521a60602658d66ebaabeeffe36115a5b18ce9 (patch)
tree6abd985230214581e164e7e92286c6ede9e2b4a7 /Include
parentaf2ce5377e4685e65d6318cbb4ceab453fbfcc13 (diff)
downloadcpython-1a521a60602658d66ebaabeeffe36115a5b18ce9.tar.gz
Of course, you meant "#if 0" and not "#ifdef 0". :)
Diffstat (limited to 'Include')
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index dceb98de27..c6826804be 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