Add a comment explaining the import of longintrepr.h.

This commit is contained in:
Michael W. Hudson 2005-04-06 11:27:40 +00:00
parent a739b08d12
commit 2ea3072805

View 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__