Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 446fd04

Browse files
committed
Metrowerks PRO4 finally fixes the hypot snafu. (Jack Jansen)
1 parent 9ed1a0a commit 446fd04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/mymath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#ifndef HAVE_HYPOT
1313
extern double hypot Py_PROTO((double, double));
14-
#ifdef __MWERKS__
14+
#ifdef MWERKS_BEFORE_PRO4
1515
#define hypot we_dont_want_faulty_hypot_decl
1616
#endif
1717
#endif

0 commit comments

Comments
 (0)