Merge branch 'master' of ssh://git.dcc.fc.up.pt/yap-6.3

This commit is contained in:
Vítor Santos Costa 2012-03-08 11:29:25 +00:00
commit 44737a5d0f

View File

@ -641,7 +641,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;