fixes to use SWI version of readline.

This commit is contained in:
ubu32
2011-02-26 18:34:44 -08:00
parent fbdac55317
commit 53e8811077
10 changed files with 358 additions and 35 deletions

View File

@@ -1461,10 +1461,8 @@ Yap_Error(yap_error_number type, Term where, char *format,...)
{
int i;
Term ti[1];
i = strlen(tmpbuf);
ti[0] = where;
nt[0] = Yap_MkApplTerm(FunctorShortSyntaxError, 1, ti);
nt[0] = where;
tp = tmpbuf+i;
psize -= i;
fun = FunctorError;