fix source file for predicates
This commit is contained in:
parent
043c97157f
commit
93859706e3
@ -118,7 +118,7 @@ Int YAP_RunGoalOnce(Term);
|
|||||||
|
|
||||||
/* cdmgr.c */
|
/* cdmgr.c */
|
||||||
Term Yap_all_calls(void);
|
Term Yap_all_calls(void);
|
||||||
Atom Yap_ConsultingFile(void);
|
Atom Yap_ConsultingFile( USES_REGS1 );
|
||||||
struct pred_entry *Yap_PredForChoicePt(choiceptr);
|
struct pred_entry *Yap_PredForChoicePt(choiceptr);
|
||||||
void Yap_InitCdMgr(void);
|
void Yap_InitCdMgr(void);
|
||||||
void Yap_init_consult(int, char *);
|
void Yap_init_consult(int, char *);
|
||||||
|
Reference in New Issue
Block a user