Kaydet (Commit) dbe75ae1 authored tarafından Jack Jansen's avatar Jack Jansen

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

allows you to debug the interpreter in non-interactive mode.
üst 38e97666
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment