summaryrefslogtreecommitdiffstats
path: root/Modules/mathmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-22 00:48:16 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-22 00:48:16 (GMT)
commit27fda289732e17c787ac939c6258917a2b4784c6 (patch)
tree8ffe0de686593332f29cf8c7e1fe1d59c838b229 /Modules/mathmodule.c
parent811fbbc4cecbda12e00c0898747226602b18119b (diff)
downloadcpython-27fda289732e17c787ac939c6258917a2b4784c6.zip
cpython-27fda289732e17c787ac939c6258917a2b4784c6.tar.gz
cpython-27fda289732e17c787ac939c6258917a2b4784c6.tar.bz2
cleanup
Diffstat (limited to 'Modules/mathmodule.c')
-rw-r--r--Modules/mathmodule.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c
index ae7dc7f..5309206 100644
--- a/Modules/mathmodule.c
+++ b/Modules/mathmodule.c
@@ -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)