AtomDouble was not defined correctly.

This commit is contained in:
Vítor Santos Costa
2010-02-19 14:16:57 +00:00
parent 1b66eba611
commit dddad72a0e
4 changed files with 4 additions and 3 deletions

View File

@@ -499,7 +499,7 @@ ParseTerm(int prio, JMPBUFF *FailBuff)
if (func == NULL) {
Yap_ErrorMessage = "Heap Overflow";
FAIL;
}
}
t = ParseTerm(oprprio, FailBuff);
t = Yap_MkApplTerm(func, 1, &t);
/* check for possible overflow against local stack */