From 2ea3072805a23225736c4efdb3a4943d9cafbf63 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Wed, 6 Apr 2005 11:27:40 +0000 Subject: Add a comment explaining the import of longintrepr.h. --- Modules/mathmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c index 2605114..4c678a83 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__ -- cgit v0.12