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

This commit is contained in:
Vitor Santos Costa
2010-12-30 23:40:07 -06:00
6 changed files with 9 additions and 8 deletions

View File

@@ -918,6 +918,7 @@ split_megaclause(PredEntry *ap)
}
return;
}
break;
}
Yap_ClauseSpace += sizeof(StaticClause)+mcl->ClItemSize+(UInt)NEXTOP((yamop *)NULL,p);
new->ClFlags = StaticMask|FactMask;

View File

@@ -636,10 +636,6 @@ get_num(int *chp, int *chbuffp, int inp_stream, int (*Nxtch) (int), int (*Quoted
char *sp0 = sp;
char cbuff = ch;
if (yap_flags[STRICT_ISO_FLAG] && ch == 'E') {
Yap_ErrorMessage = "Float format not allowed in ISO mode";
return TermNil;
}
if (--max_size == 0) {
Yap_ErrorMessage = "Number Too Long";
return TermNil;