diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-20 01:44:59 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-20 01:44:59 +0000 |
commit | 89658fe93e349fc99942b681e41934acce491b9f (patch) | |
tree | 669bca9ab3454c0a4f2cb5668fb0c10dc87efc16 /Python/errors.c | |
parent | d928e0fc503219f9f399bc131bac92527fa145ca (diff) | |
download | cpython-89658fe93e349fc99942b681e41934acce491b9f.tar.gz |
Getting rid of all the code inside #ifdef macintosh too.
Diffstat (limited to 'Python/errors.c')
-rw-r--r-- | Python/errors.c | 6 |
1 files changed, 0 insertions, 6 deletions
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); |