avoid int
This commit is contained in:
parent
9101de3014
commit
fcc0c51ce7
@ -1267,7 +1267,7 @@ Yap_PutAtomTranslation(Atom a, Int i)
|
||||
}
|
||||
|
||||
Term
|
||||
Yap_ArrayToList(register Term *tp, int nof)
|
||||
Yap_ArrayToList(register Term *tp, size_t nof)
|
||||
{
|
||||
CACHE_REGS
|
||||
register Term *pt = tp + nof;
|
||||
|
@ -20,7 +20,7 @@ Int Yap_absmi(int);
|
||||
int Yap_absmiEND(void);
|
||||
|
||||
/* adtdefs.c */
|
||||
Term Yap_ArrayToList(Term *,int);
|
||||
Term Yap_ArrayToList(Term *,size_t);
|
||||
int Yap_GetName(char *,UInt,Term);
|
||||
Term Yap_GetValue(Atom);
|
||||
int Yap_HasOp(Atom);
|
||||
|
Reference in New Issue
Block a user