mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Removed THINK_C support.
This commit is contained in:
parent
031ac7112f
commit
021da55579
10 changed files with 2 additions and 812 deletions
|
|
@ -37,15 +37,9 @@ getwd(cwd)
|
|||
{
|
||||
/* Universal parameter block. */
|
||||
union {
|
||||
#ifdef THINK_C
|
||||
HFileInfo f;
|
||||
DirInfo d;
|
||||
WDPBRec w;
|
||||
#else /* MPW */
|
||||
struct HFileInfo f;
|
||||
struct DirInfo d;
|
||||
struct WDPBRec w;
|
||||
#endif
|
||||
} pb;
|
||||
char buf[MAXPATH]; /* Buffer to store the name components */
|
||||
char *ecwd, *ebuf; /* Pointers to end of used part of cwd and buf */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue