mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Of course, you meant "#if 0" and not "#ifdef 0". :)
This commit is contained in:
parent
29c4ba9ada
commit
367e46a943
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue