From 367e46a9432c2dd0c11e74526fd26b10ef57dad7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 1 Aug 2000 18:28:44 +0000 Subject: Of course, you meant "#if 0" and not "#ifdef 0". :) --- Include/pyport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12