Commit 1a521a60 authored by Guido van Rossum's avatar Guido van Rossum

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

parent af2ce537
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment