This commit is contained in:
Vitor Santos Costa
2018-08-19 14:39:12 +01:00
parent 208ed54b45
commit 244ee465c4
8 changed files with 37 additions and 23 deletions

View File

@@ -1137,7 +1137,7 @@ void Yap_plwrite(Term t, StreamDesc *mywrite, int max_depth, int flags,
rwt.parent = NULL;
wglb.Ignore_ops = flags & Ignore_ops_f;
wglb.Write_strings = flags & BackQuote_String_f;
if (!(flags & Ignore_cyclics_f) && Yap_do_low_level_trace) {
if (!(flags & Ignore_cyclics_f) && false) {
Term ts[2];
Yap_do_low_level_trace=false;
Yap_DebugPlWriteln(t);