Continue looking for "open doc" events even after "open app". This

allows you to debug the interpreter in non-interactive mode.
This commit is contained in:
Jack Jansen 1995-11-10 14:54:16 +00:00
parent 38e976665d
commit dbe75ae1d3

View file

@ -199,7 +199,10 @@ static pascal OSErr
handle_open_app(AppleEvent *theAppleEvent, AppleEvent *reply, long refCon)
{
#pragma unused (reply, refCon)
#if 0
/* Test by Jack: would removing this facilitate debugging? */
got_one = 1;
#endif
return get_missing_params(theAppleEvent);
}