]> granicus.if.org Git - python/commitdiff
Use C89 style comment for old compilers
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 14 Oct 2004 03:48:30 +0000 (03:48 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 14 Oct 2004 03:48:30 +0000 (03:48 +0000)
Modules/socketmodule.c

index 7b8b4af59b954d0c44196accc275546a29d7a246..fb762020d8ad4409055388e4e1fbb2994a332be5 100644 (file)
@@ -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