mingw compilation

This commit is contained in:
U-Khasa\Vitor
2009-07-18 13:38:38 -07:00
parent 869671fb1b
commit 2020a31362
4 changed files with 6 additions and 4 deletions

View File

@@ -2195,7 +2195,7 @@ PL_free(void *obj)
}
X_API int
PL_eval_expression_to_int_64_ex(term_t t, int64_t *val)
PL_eval_expression_to_int64_ex(term_t t, int64_t *val)
{
Term res = Yap_Eval(Yap_GetFromSlot(t));
if (!res) {