portray_delays only works in debugging mode.

This commit is contained in:
Vítor Santos Costa 2012-03-08 08:15:13 +00:00
parent 3e4a2c6767
commit 89183a143a
1 changed files with 1 additions and 1 deletions

View File

@ -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;