]> granicus.if.org Git - python/commitdiff
Make that a C, not a C++, comment.
authorMichael W. Hudson <mwh@python.net>
Wed, 6 Apr 2005 13:05:18 +0000 (13:05 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 6 Apr 2005 13:05:18 +0000 (13:05 +0000)
Modules/mathmodule.c

index 4c678a83a31cc1c3b8e8fb10482b6e0425b7a09b..a5fec158d245b62fe9aa52432fd9ee9399a62098 100644 (file)
@@ -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__