use Scurin by default in read/1.

This commit is contained in:
ubu32
2011-07-10 04:50:55 -07:00
parent dfd2db7c85
commit 2b213963dd
2 changed files with 9 additions and 1 deletions

View File

@@ -1121,6 +1121,12 @@ Yap_StreamPosition(IOSTREAM *st)
return StreamPosition(st);
}
IOSTREAM *
Yap_Scurin(void)
{
return Scurin;
}
#if THREADS