From e4ab6475f1d9e97f17bd17206a10c1d8c4c4130c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 30 Aug 1994 12:38:05 +0000 Subject: * Python/getmtime.c: Remove mac specifics (Mac subdirectory has its own version now) * Python/bltinmodule.c (builtin_tuple): use pre-existing listtuple(v) for lists --- Python/getmtime.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Python/getmtime.c') diff --git a/Python/getmtime.c b/Python/getmtime.c index fa2fd02834..7c85610621 100644 --- a/Python/getmtime.c +++ b/Python/getmtime.c @@ -30,12 +30,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "config.h" #endif -#ifdef macintosh -#include "stat.h" -#else #include #include -#endif long getmtime(path) -- cgit v1.2.1