support for multiple and discontiguous
This commit is contained in:
parent
4ccb8cf210
commit
668f5f1503
@ -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 *);
|
||||
|
Reference in New Issue
Block a user