buffer output when exiting absmi.

This commit is contained in:
Vítor Santos Costa
2012-04-12 23:52:25 +01:00
parent af7510a67b
commit 683377b520
3 changed files with 7 additions and 0 deletions

View File

@@ -4671,6 +4671,11 @@ EndPredDefs
#if __YAP_PROLOG__
void Yap_flush(void)
{
flush_output(0);
}
void *
Yap_GetStreamHandle(Atom at)
{ GET_LD