Of course, you meant "#if 0" and not "#ifdef 0". :)

This commit is contained in:
Guido van Rossum 2000-08-01 18:28:44 +00:00
parent 29c4ba9ada
commit 367e46a943

View 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