Make that a C, not a C++, comment.
This commit is contained in:
parent
2ea3072805
commit
9ef852c6c2
|
@ -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__
|
||||
|
|
Loading…
Reference in New Issue