Kaydet (Commit) 98d54338 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added PROTO macro where needed.

üst 32db5e39
......@@ -104,9 +104,9 @@ FUNC1(math_sqrt, sqrt)
FUNC1(math_tan, tan)
FUNC1(math_tanh, tanh)
double frexp(double, int *);
double ldexp(double, int);
double modf(double, double *);
double frexp PROTO((double, int *));
double ldexp PROTO((double, int));
double modf PROTO((double, double *));
static object *
math_frexp(self, args)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment