This commit is contained in:
Guido van Rossum 1995-01-22 00:48:16 +00:00
parent 811fbbc4ce
commit 27fda28973

View File

@ -140,10 +140,6 @@ FUNC1(math_sqrt, sqrt)
FUNC1(math_tan, tan)
FUNC1(math_tanh, tanh)
#ifndef macintosh
#endif
static object *
math_frexp(self, args)