summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-30 12:55:22 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-30 12:55:22 (GMT)
commitd09b41bf05a05a27a0cb49d9d050c36a25a0342f (patch)
treec517b970c6d1f9860f45e12b4cfefbfe1f7dea65 /Parser
parenta715299a145792b81f44f38cc2356d650faa1ebe (diff)
downloadcpython-d09b41bf05a05a27a0cb49d9d050c36a25a0342f.zip
cpython-d09b41bf05a05a27a0cb49d9d050c36a25a0342f.tar.gz
cpython-d09b41bf05a05a27a0cb49d9d050c36a25a0342f.tar.bz2
remove last bits of mac specific code
Diffstat (limited to 'Parser')
-rw-r--r--Parser/intrcheck.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c
index 09df460..2529655 100644
--- a/Parser/intrcheck.c
+++ b/Parser/intrcheck.c
@@ -31,14 +31,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "myproto.h"
#include "intrcheck.h"
-#ifdef macintosh
-#ifdef THINK_C
-#include <OSEvents.h>
-#endif
-#include <Events.h>
-#endif
-
-
#ifdef QUICKWIN