François PERRAD <[EMAIL PROTECTED]> wrote:
> At 14:34 22/04/2005 +0200, you wrote:
>>Try to insert these lines:
>>
>>   PIO_flush(interpreter, PIO_STDOUT(interpreter));
>>   PIO_flush(interpreter, PIO_STDERR(interpreter));

> Not possible in the function internal_exception() because 'interpreter' is
> not a parameter.

Ah yep. But eventually internal_exception will be replaced by
real_exception for almost all of the cases. You might add a comment WRT
this flushing - and real_exception will very likely need it too.

leo

Reply via email to