Make that a C, not a C++, comment.

This commit is contained in:
Michael W. Hudson 2005-04-06 13:05:18 +00:00
parent 2ea3072805
commit 9ef852c6c2
1 changed files with 1 additions and 1 deletions

View File

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