From 1d60614d429eba40cdb3ea5ac0f73f55e15f65fb Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 8 Aug 1996 18:44:36 +0000 Subject: Correctly use Py_PROTO, not obsolete PROTO. --- Include/mymath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/mymath.h b/Include/mymath.h index 13d32a6..c6c6e6b 100644 --- a/Include/mymath.h +++ b/Include/mymath.h @@ -18,5 +18,5 @@ #if defined(HAVE_HYPOT) /* Defined in */ #else -extern double hypot PROTO((double, double)); /* defined in mathmodule.c */ +extern double hypot Py_PROTO((double, double)); /* defined in mathmodule.c */ #endif -- cgit v0.12