change define SBA to YAPOR_SBA
This commit is contained in:
8
C/save.c
8
C/save.c
@@ -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)
|
||||
|
Reference in New Issue
Block a user