Commit 917ec5b2 authored by Jack Jansen's avatar Jack Jansen

When compiling for GUSI and Carbon disable te "keep open on unseen output", for the time being.

parent 8d0ab3ba
......@@ -544,7 +544,7 @@ Py_Main(argc, argv)
void
PyMac_OutputSeen()
{
#ifdef USE_GUSI
#if defined(USE_GUSI) && !TARGET_API_MAC_CARBON_NOTYET
gusisioux_state = GUSISIOUX_STATE_LASTREAD;
#endif
}
......@@ -569,7 +569,7 @@ PyMac_Exit(status)
keep = 0;
break;
case POPT_KEEPCONSOLE_OUTPUT:
#ifdef USE_GUSI
#if defined(USE_GUSI) && !TARGET_API_MAC_CARBON_NOTYET
if (gusisioux_state == GUSISIOUX_STATE_LASTWRITE ||
gusisioux_state == GUSISIOUX_STATE_UNKNOWN )
keep = 1;
......
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