summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-11-19 15:24:47 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-11-19 15:24:47 +0000
commite34f184cf8f15384ead96d31f53ae8ab83e328e5 (patch)
tree78e9990e5b905c9710b8d61202cc2ce7f2c6600a /Python/pythonrun.c
parent1f208bf24cd36ad108eac3a91ee2b163e501ecf8 (diff)
downloadcpython-e34f184cf8f15384ead96d31f53ae8ab83e328e5.tar.gz
Getting rid of support for the ancient Apple MPW compiler.
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r--Python/pythonrun.c12
1 files changed, 0 insertions, 12 deletions
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