Initial port to CodeWarrior CFM68K support (mainly by disabling

unsupported features).
This commit is contained in:
Jack Jansen 1995-06-27 13:18:14 +00:00
parent eceb3e3f0a
commit f74f63a43f
8 changed files with 24 additions and 5 deletions

View file

@ -223,6 +223,9 @@ static void
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 @@ scan_event_queue(flush)
break;
}
}
#endif
}
int