Merge branch 'master' of ../yap-6.2

This commit is contained in:
Vitor Santos Costa
2011-02-03 11:27:01 +00:00
10 changed files with 1027 additions and 12 deletions

View File

@@ -709,7 +709,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;