]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a comment explaining the import of longintrepr.h.
authorMichael W. Hudson <mwh@python.net>
Wed, 6 Apr 2005 11:27:40 +0000 (11:27 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 6 Apr 2005 11:27:40 +0000 (11:27 +0000)
Modules/mathmodule.c

index 260511400ecf38b6f74d8e34a25a40cec1777213..4c678a83a31cc1c3b8e8fb10482b6e0425b7a09b 100644 (file)
@@ -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__