From eddc1449bae39414aaf7a4f63ccd3b69c4fb069e Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 20 Nov 2003 01:44:59 +0000 Subject: Getting rid of all the code inside #ifdef macintosh too. --- Python/errors.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Python/errors.c') diff --git a/Python/errors.c b/Python/errors.c index 4d88d2d582..6416ff3a5a 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -3,12 +3,6 @@ #include "Python.h" -#ifdef macintosh -extern char *PyMac_StrError(int); -#undef strerror -#define strerror PyMac_StrError -#endif /* macintosh */ - #ifndef __STDC__ #ifndef MS_WINDOWS extern char *strerror(int); -- cgit v1.2.1