diff options
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) |