From 021da55579bde93b6cc159e6aa7080218c00644c Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sun, 4 Jun 2000 21:56:05 +0000 Subject: Removed THINK_C support. --- Mac/Compat/getwd.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Mac/Compat') 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 */ -- cgit v1.2.1