mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Make that a C, not a C++, comment.
This commit is contained in:
parent
2ea3072805
commit
9ef852c6c2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue