diff options
Diffstat (limited to 'Parser/intrcheck.c')
-rw-r--r-- | Parser/intrcheck.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c index e2ca5b46a8..f7434af926 100644 --- a/Parser/intrcheck.c +++ b/Parser/intrcheck.c @@ -92,14 +92,6 @@ PyOS_InterruptOccurred(void) #endif /* MSDOS && !QUICKWIN */ -#ifdef macintosh - -/* The Mac interrupt code has moved to macglue.c */ -#define OK - -#endif /* macintosh */ - - #ifndef OK /* Default version -- for real operating systems and for Standard C */ |