[Python-checkins] python/dist/src/Modules mathmodule.c,2.75,2.76

mwh at users.sourceforge.net mwh at users.sourceforge.net
Wed Apr 6 15:05:30 CEST 2005


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

Modified Files:
	mathmodule.c 
Log Message:
Make that a C, not a C++, comment.


Index: mathmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/mathmodule.c,v
retrieving revision 2.75
retrieving revision 2.76
diff -u -d -r2.75 -r2.76
--- mathmodule.c	6 Apr 2005 11:27:40 -0000	2.75
+++ mathmodule.c	6 Apr 2005 13:05:18 -0000	2.76
@@ -1,7 +1,7 @@
 /* Math module -- standard C math library functions, pi and e */
 
 #include "Python.h"
-#include "longintrepr.h" // just for SHIFT
+#include "longintrepr.h" /* just for SHIFT */
 
 #ifndef _MSC_VER
 #ifndef __STDC__



More information about the Python-checkins mailing list