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/errors.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Python/errors.c') diff --git a/Python/errors.c b/Python/errors.c index 4a3573e4dc..2b6a86344b 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -12,10 +12,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "Python.h" -#ifdef SYMANTEC__CFM68K__ -#pragma lib_export on -#endif - #ifdef macintosh extern char *PyMac_StrError(int); #undef strerror -- cgit v1.2.1