From fb2765666f23434061e5def1aa8392797edf1f43 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 19 Nov 2003 15:24:47 +0000 Subject: Getting rid of support for the ancient Apple MPW compiler. --- Python/pythonrun.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Python/pythonrun.c') diff --git a/Python/pythonrun.c b/Python/pythonrun.c index ab6ed58e52..c09a3ff901 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -1566,18 +1566,6 @@ initsigs(void) PyOS_InitInterrupts(); /* May imply initsignal() */ } -#ifdef MPW - -/* Check for file descriptor connected to interactive device. - Pretend that stdin is always interactive, other files never. */ - -int -isatty(int fd) -{ - return fd == fileno(stdin); -} - -#endif /* * The file descriptor fd is considered ``interactive'' if either -- cgit v1.2.1