fix support for comparing weird terms.
This commit is contained in:
@@ -708,7 +708,7 @@ YAP_MkBlobTerm(unsigned int sz)
|
||||
}
|
||||
I = AbsAppl(H);
|
||||
H[0] = (CELL)FunctorBigInt;
|
||||
H[1] = BIG_INT;
|
||||
H[1] = ARRAY_INT;
|
||||
dst = (MP_INT *)(H+2);
|
||||
dst->_mp_size = 0L;
|
||||
dst->_mp_alloc = sz;
|
||||
|
Reference in New Issue
Block a user