[Python-checkins] python/dist/src/Modules socketmodule.c, 1.308, 1.309

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Thu Oct 14 05:48:33 CEST 2004


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5734/Modules

Modified Files:
	socketmodule.c 
Log Message:
Use C89 style comment for old compilers

Index: socketmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/socketmodule.c,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -d -r1.308 -r1.309
--- socketmodule.c	13 Oct 2004 14:48:50 -0000	1.308
+++ socketmodule.c	14 Oct 2004 03:48:30 -0000	1.309
@@ -217,7 +217,7 @@
 
 /* Generic includes */
 #include <sys/types.h>
-//#include <signal.h>
+/*#include <signal.h>*/
 
 /* Generic socket object definitions and includes */
 #define PySocket_BUILDING_SOCKET



More information about the Python-checkins mailing list