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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7c8d9320beeadaec7114186d6b3ceeae8a80c1c;p=thirdparty%2FPython%2Fcpython.git Use C89 style comment for old compilers --- diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 7b8b4af59b95..fb762020d8ad 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