mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Changes for BeOS, QNX and long long, by Chris Herborth.
This commit is contained in:
parent
7d896ab1bb
commit
1a8791e0b8
12 changed files with 559 additions and 1 deletions
|
@ -42,6 +42,11 @@ extern void PyWinFreeze_ExeTerm();
|
|||
#include <unistd.h> /* For isatty() */
|
||||
#endif
|
||||
|
||||
/* For isatty()'s proto. - [cjh] */
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* Main program */
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue