Commit 9de624d7 authored by Guido van Rossum's avatar Guido van Rossum

Added extern defn of hypot().

parent d3c1bd39
......@@ -14,3 +14,9 @@
#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif
#if defined(HAVE_HYPOT)
/* Defined in <math.h> */
#else
extern double hypot PROTO((double, double)); /* defined in mathmodule.c */
#endif
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