just planning for the future...

This commit is contained in:
Vitor Santos Costa 2009-03-26 00:38:46 +00:00
parent 5c2e5c524b
commit 2a6869bf28

View File

@ -1599,7 +1599,7 @@ static void
mark_att_var(CELL *hp)
{
attvar_record *top = (attvar_record *)Yap_GlobalBase;
int relpos = top-(attvar_record *)hp;
Int relpos = top-(attvar_record *)hp;
attvar_record *attv = top-relpos;
if (attv != (attvar_record *)hp)
attv--;