From 08ebcf94bee74b94a418827fe26aba38f8c2bef3 Mon Sep 17 00:00:00 2001 From: lfcastro Date: Fri, 8 Jun 2001 18:21:35 +0000 Subject: [PATCH] * 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 --- C/attvar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/C/attvar.c b/C/attvar.c index 9891cd26e..64d721639 100644 --- a/C/attvar.c +++ b/C/attvar.c @@ -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)