back to using YAP writer.

This commit is contained in:
Vitor Santos Costa
2012-02-13 23:07:31 +00:00
parent fc4edc3ad1
commit 247aa54046
10 changed files with 302 additions and 1414 deletions

View File

@@ -742,10 +742,10 @@ void ShowCode_new2(int op, int new1,CELL new4)
switch (ch = *f++)
{
case '1':
Yap_plwrite(MkIntTerm(new1), Yap_DebugPutc, 0, 1200);
Yap_plwrite(MkIntTerm(new1), NULL, 0, 1200);
break;
case '4':
Yap_plwrite(MkIntTerm(new4), Yap_DebugPutc, 0, 1200);
Yap_plwrite(MkIntTerm(new4), NULL, 0, 1200);
break;
default:
Yap_DebugPutc (LOCAL_c_error_stream,'%');