diff options
author | Guido van Rossum <guido@python.org> | 1995-01-22 00:48:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-22 00:48:16 (GMT) |
commit | 27fda289732e17c787ac939c6258917a2b4784c6 (patch) | |
tree | 8ffe0de686593332f29cf8c7e1fe1d59c838b229 /Modules/mathmodule.c | |
parent | 811fbbc4cecbda12e00c0898747226602b18119b (diff) | |
download | cpython-27fda289732e17c787ac939c6258917a2b4784c6.zip cpython-27fda289732e17c787ac939c6258917a2b4784c6.tar.gz cpython-27fda289732e17c787ac939c6258917a2b4784c6.tar.bz2 |
cleanup
Diffstat (limited to 'Modules/mathmodule.c')
-rw-r--r-- | Modules/mathmodule.c | 4 |
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) |