use stdbool

This commit is contained in:
Vítor Santos Costa
2014-09-09 23:53:10 -05:00
parent 1dd3ff800e
commit 3fd07064da
9 changed files with 29 additions and 27 deletions

View File

@@ -207,7 +207,7 @@ PL_get_module_ex(term_t name, module_t *m)
}
int
PL_unify_bool_ex(term_t t, bool val)
PL_unify_bool_ex(term_t t, int val)
{ GET_LD
bool v;