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

This commit is contained in:
Jack Jansen 2001-01-11 23:04:32 +00:00
parent 6ba34aa07f
commit 264630e855
1 changed files with 2 additions and 2 deletions

View File

@ -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;