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

Skip to content

Commit 1c2b178

Browse files
author
Peter Schneider-Kamp
committed
Guido said this is food for the beta-testers<wink>
1 parent 7cee6dd commit 1c2b178

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Include/pyport.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ 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 */
285+
284286
#ifndef FD_SETSIZE
285287
#define FD_SETSIZE 256
286288
#endif
@@ -304,6 +306,9 @@ typedef struct fd_set {
304306
#define FD_ZERO(p) memset((char *)(p), '\0', sizeof(*(p)))
305307

306308
#endif /* FD_SET */
309+
310+
#endif /* fd manipulation macros */
311+
307312
#ifdef __cplusplus
308313
}
309314
#endif

0 commit comments

Comments
 (0)