diff options
Diffstat (limited to 'Mac/Compat/getwd.c')
-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 a58fb6a..27f68a2 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 */ |