diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-10-14 03:48:30 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-10-14 03:48:30 (GMT) |
commit | f7c8d9320beeadaec7114186d6b3ceeae8a80c1c (patch) | |
tree | 4827a6c3e9c8bece2fe4e7b2900810f4111d4d52 /Modules/socketmodule.c | |
parent | 64fa74df21d1eed5fb90ab6b900c2080ab8df992 (diff) | |
download | cpython-f7c8d9320beeadaec7114186d6b3ceeae8a80c1c.zip cpython-f7c8d9320beeadaec7114186d6b3ceeae8a80c1c.tar.gz cpython-f7c8d9320beeadaec7114186d6b3ceeae8a80c1c.tar.bz2 |
Use C89 style comment for old compilers
Diffstat (limited to 'Modules/socketmodule.c')
-rw-r--r-- | Modules/socketmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 7b8b4af..fb76202 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -217,7 +217,7 @@ shutdown(how) -- shut down traffic in one or both directions\n\ /* Generic includes */ #include <sys/types.h> -//#include <signal.h> +/*#include <signal.h>*/ /* Generic socket object definitions and includes */ #define PySocket_BUILDING_SOCKET |