From: Michael W. Hudson Date: Wed, 6 Apr 2005 13:05:18 +0000 (+0000) Subject: Make that a C, not a C++, comment. X-Git-Tag: v2.5a0~1845 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ef852c6c2c4e6a6f98779bf08bf3938aea77e4c;p=python Make that a C, not a C++, comment. --- 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__