ifix warnings.

This commit is contained in:
Vítor Santos Costa 2011-11-30 13:05:44 +00:00
parent fec7019a79
commit ee4ad9ffd0
1 changed files with 5 additions and 0 deletions

View File

@ -118,6 +118,11 @@ bp_get_arity(TERM t)
// TERM bp_insert_pred(char *name, int arity, int (*func)())
#define bp_insert_pred(name, arity, func) YAP_UserCPredicate(name, func, arity)
extern inline int bp_call_string(const char *goal);
extern inline int bp_call_term(TERM t);
extern inline int bp_next_solution(void);
extern inline int bp_mount_query_term(TERM goal);
// int bp_call_string(char *goal)
extern inline int
bp_call_string(const char *goal) {