]> granicus.if.org Git - python/commitdiff
Correctly use Py_PROTO, not obsolete PROTO.
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 18:44:36 +0000 (18:44 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 18:44:36 +0000 (18:44 +0000)
Include/mymath.h

index 13d32a6e08651295d54062e3fa0d56c79d6d9d33..c6c6e6bc27818a3bb43c5252c191d77ec9fbaa5f 100644 (file)
@@ -18,5 +18,5 @@
 #if defined(HAVE_HYPOT)
 /* Defined in <math.h> */
 #else
-extern double hypot PROTO((double, double)); /* defined in mathmodule.c */
+extern double hypot Py_PROTO((double, double)); /* defined in mathmodule.c */
 #endif