Commit 9ef852c6 authored by Michael W. Hudson's avatar Michael W. Hudson

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

parent 2ea30728
/* 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__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment