indexing code was not looking at tabled code.

This commit is contained in:
Vítor Santos Costa
2009-02-09 23:34:12 +00:00
parent 33b4a02fae
commit c750dd94f1
4 changed files with 8 additions and 2297 deletions

View File

@@ -3511,7 +3511,7 @@ p_access_yap_flags(void)
if (IsMode_SchedulingOn(yap_flags[flag])) {
Term taux = tout;
if (IsMode_Local(yap_flags[flag]))
tout = MkAtomTerm(Yap_AtomLocalA);
tout = MkAtomTerm(AtomLocalA);
else
tout = MkAtomTerm(AtomBatched);
if (n) {