improve SWI compatibility, especilaly for threaded stuff.

This commit is contained in:
Vítor Santos Costa
2010-08-04 11:37:12 +01:00
parent 6ee0ce8e48
commit bebb236e32
16 changed files with 439 additions and 73 deletions

View File

@@ -4322,6 +4322,7 @@ init_yap_extras()
swiio.put_c = Sputc;
swiio.get_w = Sgetcode;
swiio.put_w = Sputcode;
swiio.flush_s = Sflush;
swiio.close_s = Sclose;
PL_YAP_InitSWIIO(&swiio);
initCharTypes();