mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Removed MetroWerks workaround, replaced by defines in mymath.h (Jack)
This commit is contained in:
parent
19a6c8acb8
commit
511f16357c
1 changed files with 0 additions and 5 deletions
|
@ -127,12 +127,7 @@ FUNC1(math_ceil, ceil)
|
|||
FUNC1(math_cos, cos)
|
||||
FUNC1(math_cosh, cosh)
|
||||
FUNC1(math_exp, exp)
|
||||
#ifdef __MWERKS__
|
||||
double myfabs(double x) { return fabs(x); }
|
||||
FUNC1(math_fabs, myfabs)
|
||||
#else
|
||||
FUNC1(math_fabs, fabs)
|
||||
#endif
|
||||
FUNC1(math_floor, floor)
|
||||
FUNC2(math_fmod, fmod)
|
||||
FUNC2(math_hypot, hypot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue