From 6980dff3dbffeb3b920e351d1e535c0736bc9fe8 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Wed, 12 Jul 2000 17:21:42 +0000 Subject: delete obsolete SYMANTEC__CFM68K__ #ifdefs --- Python/dynload_mac.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Python/dynload_mac.c') diff --git a/Python/dynload_mac.c b/Python/dynload_mac.c index 697895672d..2a291a8e7c 100644 --- a/Python/dynload_mac.c +++ b/Python/dynload_mac.c @@ -15,10 +15,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include #include -#ifdef SYMANTEC__CFM68K__ /* Really an older version of Universal Headers */ -#define CFragConnectionID ConnectionID -#define kLoadCFrag 0x01 -#endif #ifdef USE_GUSI1 #include "TFileSpec.h" /* for Path2FSSpec() */ #endif -- cgit v1.2.1