mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
Getting rid of support for the ancient Apple MPW compiler.
This commit is contained in:
parent
6196322066
commit
fb2765666f
10 changed files with 0 additions and 80 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue