* fixed a typo in PutAtt (timestmp -> timestamp)
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@67 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
1264a7f828
commit
6cc04e235b
@ -202,7 +202,7 @@ PutAtt(attvar_record *attv, Int i, Term tatt) {
|
||||
CELL *timestamp = (CELL *)(attv->Atts[pos]);
|
||||
if (B->cp_h <= timestamp
|
||||
#if defined(SBA) || defined(TABLING)
|
||||
&& timestmp <= H
|
||||
&& timestamp <= H
|
||||
#endif
|
||||
) {
|
||||
#if defined(SBA)
|
||||
|
Reference in New Issue
Block a user