summaryrefslogtreecommitdiffstats
path: root/Modules/mathmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-03-27 17:29:44 (GMT)
committerGuido van Rossum <guido@python.org>1992-03-27 17:29:44 (GMT)
commitdf840d911ff204aa225a1bc5313709211dbdf383 (patch)
tree51ebbce94078400bea08ca5f611824a61f425b13 /Modules/mathmodule.c
parent704a26c5f38803ba5f2aa3c57cdfe9a06a6335e5 (diff)
downloadcpython-df840d911ff204aa225a1bc5313709211dbdf383.zip
cpython-df840d911ff204aa225a1bc5313709211dbdf383.tar.gz
cpython-df840d911ff204aa225a1bc5313709211dbdf383.tar.bz2
lint
Diffstat (limited to 'Modules/mathmodule.c')
-rw-r--r--Modules/mathmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c
index e6decaa..76bfba2 100644
--- a/Modules/mathmodule.c
+++ b/Modules/mathmodule.c
@@ -36,7 +36,7 @@ extern int errno;
#include <math.h>
#ifndef __STDC__
-extern double fmod();
+extern double fmod PROTO((double, double));
#endif
#ifdef HUGE_VAL