]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
cleanup
authorGuido van Rossum <guido@python.org>
Sun, 22 Jan 1995 00:48:16 +0000 (00:48 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 22 Jan 1995 00:48:16 +0000 (00:48 +0000)
Modules/mathmodule.c

index ae7dc7fad701964fbaf97d4721d517e55d56b320..5309206b66e00aaa45840b1ab54a0e00b720485d 100644 (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)