@ -238,7 +238,7 @@ inline EXTERN Term Yap_Mk64IntegerTerm(YAP_LONG_LONG);
inlineEXTERNTerm
Yap_Mk64IntegerTerm(YAP_LONG_LONGi)
{
if(i<=Int_MAX||i>=Int_MIN){
if(i<=Int_MAX&&i>=Int_MIN){
returnMkIntegerTerm((Int)i);
}else{
#if USE_GMP
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.