portray_delays only works in debugging mode.
This commit is contained in:
parent
3e4a2c6767
commit
89183a143a
@ -640,7 +640,7 @@ write_var(CELL *t, struct write_globs *wglb, struct rewind_term *rwt)
|
||||
lastw = separator;
|
||||
if (IsAttVar(t)) {
|
||||
Int vcount = (t-H0);
|
||||
#if COROUTINING
|
||||
#if defined(COROUTINING) && defined(DEBUG)
|
||||
if (Yap_Portray_delays) {
|
||||
exts ext = ExtFromCell(t);
|
||||
struct rewind_term nrwt;
|
||||
|
Reference in New Issue
Block a user