commit | f74f63a43f3c4e3d31a0366a2a982e0ded8ef583 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Tue Jun 27 13:18:14 1995 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Tue Jun 27 13:18:14 1995 +0000 |
tree | 7a283806d15a5e953125048c1da5c58488c07120 | |
parent | eceb3e3f0a7d0f58ac75b46cc1c907eaf21dd472 [diff] [blame] |
Initial port to CodeWarrior CFM68K support (mainly by disabling unsupported features).
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index 38f654f..24667e6 100644 --- a/Mac/Python/macglue.c +++ b/Mac/Python/macglue.c
@@ -223,6 +223,9 @@ scan_event_queue(flush) int flush; { +#if defined(__MWERKS__) && defined(__CFM68K__) + return; /* No GetEvQHdr yet */ +#else register EvQElPtr q; q = (EvQElPtr) GetEvQHdr()->qHead; @@ -237,6 +240,7 @@ break; } } +#endif } int