just be consistent in calls.
This commit is contained in:
parent
945fff50a2
commit
939eda0050
@ -696,8 +696,8 @@ static CELL *MkDBTerm(register CELL *pt0, register CELL *pt0_end,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
case (CELL)FunctorLongInt:
|
case (CELL)FunctorLongInt:
|
||||||
*StoPoint++ = AbsAppl(CodeMax);
|
|
||||||
CheckDBOverflow(3);
|
CheckDBOverflow(3);
|
||||||
|
*StoPoint++ = AbsAppl(CodeMax);
|
||||||
CodeMax = copy_long_int(CodeMax, ap2);
|
CodeMax = copy_long_int(CodeMax, ap2);
|
||||||
++pt0;
|
++pt0;
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user