From: Michael W. Hudson Date: Wed, 6 Apr 2005 11:27:40 +0000 (+0000) Subject: Add a comment explaining the import of longintrepr.h. X-Git-Tag: v2.5a0~1846 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ea3072805a23225736c4efdb3a4943d9cafbf63;p=thirdparty%2FPython%2Fcpython.git Add a comment explaining the import of longintrepr.h. --- diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c index 260511400ecf..4c678a83a31c 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" +#include "longintrepr.h" // just for SHIFT #ifndef _MSC_VER #ifndef __STDC__