fix checker to use read for singleton variables, instead of always computing

them.
This commit is contained in:
Vítor Santos Costa
2014-04-23 21:39:32 +01:00
parent 605e68c80d
commit f1951777b7
14 changed files with 358 additions and 82 deletions

View File

@@ -1998,7 +1998,6 @@ static void expand_consult( void )
LOCAL_ConsultLow = new_cl;
}
/* p was already locked */
static int
not_was_reconsulted(PredEntry *p, Term t, int mode)
{
@@ -6458,7 +6457,6 @@ p_nth_instance( USES_REGS1 )
}
void
Yap_InitCdMgr(void)
{