fix tabling. change Yap_timestamp to Yap_ma_timestamp. change Yap_time_stamp to Yap_timestamp.
This commit is contained in:
@@ -321,6 +321,7 @@ sync_with_p:
|
||||
if (IN_BETWEEN(Yap_TrailBase, aux_cell, Yap_TrailTop)) {
|
||||
/* avoid frozen segments */
|
||||
aux_tr = (tr_fr_ptr) aux_cell;
|
||||
}
|
||||
#endif /* TABLING */
|
||||
#ifdef MULTI_ASSIGNMENT_VARIABLES
|
||||
} else if (IsApplTerm(aux_cell)) {
|
||||
@@ -354,7 +355,6 @@ sync_with_p:
|
||||
#endif /* TABLING */
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* ------------------------- **
|
||||
|
Reference in New Issue
Block a user