new interface pedicates

fixes to bad implementation.
This commit is contained in:
Vítor Santos Costa
2010-06-23 11:44:21 +01:00
parent e72ce435d9
commit d22cb9b6ab
2 changed files with 43 additions and 3 deletions

View File

@@ -457,6 +457,7 @@ extern X_API int PL_is_compound(term_t);
extern X_API int PL_is_float(term_t);
extern X_API int PL_is_functor(term_t, functor_t);
extern X_API int PL_is_ground(term_t);
extern X_API int PL_is_callable(term_t);
extern X_API int PL_is_integer(term_t);
extern X_API int PL_is_list(term_t);
extern X_API int PL_is_number(term_t);
@@ -617,6 +618,12 @@ PL_EXPORT(intptr_t) PL_foreign_context(control_t);
PL_EXPORT(void *) PL_foreign_context_address(control_t);
/* SWI stream info */
PL_EXPORT(void) PL_YAP_InitSWIIO(functor_t f,
void *gc,
void *pc,
void *cc);
#ifdef __cplusplus
}