Kaydet (Commit) 4beb89b9 authored tarafından Mark Dickinson's avatar Mark Dickinson

copysign shouldn't be declared as static in pymath.c

üst f5fd5239
......@@ -35,7 +35,7 @@ double hypot(double x, double y)
#endif /* HAVE_HYPOT */
#ifndef HAVE_COPYSIGN
static double
double
copysign(double x, double y)
{
/* use atan2 to distinguish -0. from 0. */
......
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