support for multiple and discontiguous

This commit is contained in:
Vítor Santos Costa 2015-08-18 14:51:06 -05:00
parent 4ccb8cf210
commit 668f5f1503
1 changed files with 2 additions and 2 deletions

View File

@ -124,8 +124,8 @@ Atom Yap_ConsultingFile( USES_REGS1 );
struct pred_entry *Yap_PredForChoicePt(choiceptr bptr, op_numbers *op);
void Yap_InitCdMgr(void);
struct pred_entry * Yap_PredFromClause( Term t USES_REGS );
int Yap_discontiguous(struct pred_entry *ap USES_REGS );
int Yap_multiple(struct pred_entry *ap USES_REGS );
bool Yap_discontiguous(struct pred_entry *ap USES_REGS );
bool Yap_multiple(struct pred_entry *ap USES_REGS );
void Yap_init_consult(int, const char *);
void Yap_end_consult(void);
void Yap_Abolish(struct pred_entry *);