change define SBA to YAPOR_SBA

This commit is contained in:
Joao
2011-03-30 15:32:59 +01:00
parent 836f3adc9b
commit 3e148c3541
31 changed files with 265 additions and 265 deletions

View File

@@ -1322,7 +1322,7 @@ Yap_ArrayToList(register Term *tp, int nof)
t = MkAtomTerm(AtomNil);
while (pt > tp) {
Term tm = *--pt;
#if SBA
#if YAPOR_SBA
if (tm == 0)
t = MkPairTerm((CELL)pt, t);
else