From 9ef852c6c2c4e6a6f98779bf08bf3938aea77e4c Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Wed, 6 Apr 2005 13:05:18 +0000 Subject: [PATCH] Make that a C, not a C++, comment. --- Modules/mathmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c index 4c678a83a31c..a5fec158d245 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__ -- 2.47.3