mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Metrowerks PRO4 finally fixes the hypot snafu. (Jack Jansen)
This commit is contained in:
parent
9ed1a0afb9
commit
446fd04009
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
#ifndef HAVE_HYPOT
|
||||
extern double hypot Py_PROTO((double, double));
|
||||
#ifdef __MWERKS__
|
||||
#ifdef MWERKS_BEFORE_PRO4
|
||||
#define hypot we_dont_want_faulty_hypot_decl
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue