diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-04 21:56:05 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-04 21:56:05 +0000 |
commit | 021da55579bde93b6cc159e6aa7080218c00644c (patch) | |
tree | d7377d65e3d2a7939a22e1d702814e2d057e0db7 /Mac/Compat | |
parent | 031ac7112f608bd80f4d92d046a0195f0fafb30a (diff) | |
download | cpython-git-021da55579bde93b6cc159e6aa7080218c00644c.tar.gz |
Removed THINK_C support.
Diffstat (limited to 'Mac/Compat')
-rw-r--r-- | Mac/Compat/getwd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Mac/Compat/getwd.c b/Mac/Compat/getwd.c index a58fb6a4ac..27f68a24fa 100644 --- a/Mac/Compat/getwd.c +++ b/Mac/Compat/getwd.c @@ -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 */ |