mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
copysign shouldn't be declared as static in pymath.c
This commit is contained in:
+1
-1
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user