From: Neal Norwitz Date: Thu, 14 Oct 2004 03:48:30 +0000 (+0000) Subject: Use C89 style comment for old compilers X-Git-Tag: v2.4b1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7c8d9320beeadaec7114186d6b3ceeae8a80c1c;p=python Use C89 style comment for old compilers --- diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 7b8b4af59b..fb762020d8 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 -//#include +/*#include */ /* Generic socket object definitions and includes */ #define PySocket_BUILDING_SOCKET