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

@@ -409,14 +409,14 @@ save_regs(int mode USES_REGS)
return -1;
if (putcellptr((CELL *)EX) < 0)
return -1;
#if defined(SBA) || defined(TABLING)
#if defined(YAPOR_SBA) || defined(TABLING)
if (putcellptr(H_FZ) < 0)
return -1;
if (putcellptr((CELL *)B_FZ) < 0)
return -1;
if (putcellptr((CELL *)TR_FZ) < 0)
return -1;
#endif /* SBA || TABLING */
#endif /* YAPOR_SBA || TABLING */
}
if (putout(CurrentModule) < 0)
return -1;
@@ -851,7 +851,7 @@ get_regs(int flag USES_REGS)
EX = (struct DB_TERM *)get_cellptr();
if (Yap_ErrorMessage)
return -1;
#if defined(SBA) || defined(TABLING)
#if defined(YAPOR_SBA) || defined(TABLING)
H_FZ = get_cellptr();
if (Yap_ErrorMessage)
return -1;
@@ -861,7 +861,7 @@ get_regs(int flag USES_REGS)
TR_FZ = (tr_fr_ptr)get_cellptr();
if (Yap_ErrorMessage)
return -1;
#endif /* SBA || TABLING */
#endif /* YAPOR_SBA || TABLING */
}
CurrentModule = get_cell();
if (Yap_ErrorMessage)