summaryrefslogtreecommitdiff
path: root/Modules/mathmodule.c
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2005-04-06 13:05:18 +0000
committerMichael W. Hudson <mwh@python.net>2005-04-06 13:05:18 +0000
commite95165c35eee04f0eaed7162cfff9d712f94713d (patch)
tree709c4703332a6552021e1dcd065425d3c0f71a2f /Modules/mathmodule.c
parent9c11dd1978f982d71bae96c474d3511fc5abab9b (diff)
downloadcpython-e95165c35eee04f0eaed7162cfff9d712f94713d.tar.gz
Make that a C, not a C++, comment.
Diffstat (limited to 'Modules/mathmodule.c')
-rw-r--r--Modules/mathmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c
index 4c678a83a3..a5fec158d2 100644
--- a/Modules/mathmodule.c
+++ b/Modules/mathmodule.c
@@ -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__