allow SWI Interface to send/receive wide characters.

This commit is contained in:
Vítor Santos Costa
2010-07-21 10:58:24 +01:00
parent 1f3455a656
commit b61d69ffe8
9 changed files with 71 additions and 29 deletions

View File

@@ -4316,6 +4316,7 @@ static void
init_yap_extras()
{
swi_io_struct swiio;
swiio.f = FUNCTOR_dstream1;
swiio.get_c = pl_Sgetc;
swiio.put_c = Sputc;