diff options
Diffstat (limited to 'Modules/mathmodule.c')
-rw-r--r-- | Modules/mathmodule.c | 2 |
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 |