mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Change comments/#ifdef structure for declaration for hypot().
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
#pragma lib_export on
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_HYPOT)
|
||||
/* Defined in <math.h> */
|
||||
#else
|
||||
extern double hypot Py_PROTO((double, double)); /* defined in mathmodule.c */
|
||||
#ifndef HAVE_HYPOT
|
||||
extern double hypot Py_PROTO((double, double));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user