more bug fixes:

- make readline use packages, not old YAP code
- fix ! over backtrack cps
- fix write list
This commit is contained in:
ubu32
2011-02-15 05:54:19 -08:00
parent 140318ff16
commit 57f5ef8cfc
18 changed files with 341 additions and 403 deletions

View File

@@ -362,11 +362,6 @@ initIO()
addHTable(streamAliases, (void *)*np, (void *)(intptr_t)i);
GD->io_initialised = TRUE;
#if __YAP_PROLOG__
Yap_LookupSWIStream(Suser_input);
Yap_LookupSWIStream(Suser_output);
Yap_LookupSWIStream(Suser_error);
#endif
}