Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 367e46a

Browse files
committed
Of course, you meant "#if 0" and not "#ifdef 0". :)
1 parent 29c4ba9 commit 367e46a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/pyport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ extern double hypot(double, double);
281281
/* If the fd manipulation macros aren't defined,
282282
here is a set that should do the job */
283283

284-
#ifdef 0 /* disabled and probably obsolete */
284+
#if 0 /* disabled and probably obsolete */
285285

286286
#ifndef FD_SETSIZE
287287
#define FD_SETSIZE 256

0 commit comments

Comments
 (0)