mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
Of course, you meant "#if 0" and not "#ifdef 0". :)
This commit is contained in:
parent
29c4ba9ada
commit
367e46a943
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user