* the previous typo correction seemed to be reversed, so...

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@68 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
lfcastro 2001-06-08 18:21:35 +00:00
parent 6cc04e235b
commit 08ebcf94be

View File

@ -199,10 +199,10 @@ InitVarTime(void) {
static Int
PutAtt(attvar_record *attv, Int i, Term tatt) {
Int pos = i*2;
CELL *timestamp = (CELL *)(attv->Atts[pos]);
if (B->cp_h <= timestamp
CELL *timestmp = (CELL *)(attv->Atts[pos]);
if (B->cp_h <= timestmp
#if defined(SBA) || defined(TABLING)
&& timestamp <= H
&& timestmp <= H
#endif
) {
#if defined(SBA)