myddas support
This commit is contained in:
parent
c663010312
commit
2422417a05
@ -1603,6 +1603,9 @@ void Yap_InitCPreds(void) {
|
|||||||
while (*p)
|
while (*p)
|
||||||
(*(*p++))();
|
(*(*p++))();
|
||||||
}
|
}
|
||||||
|
#if USE_MYDDAS
|
||||||
|
init_myddas();
|
||||||
|
#endif
|
||||||
#if CAMACHO
|
#if CAMACHO
|
||||||
{
|
{
|
||||||
extern void InitForeignPreds(void);
|
extern void InitForeignPreds(void);
|
||||||
|
Reference in New Issue
Block a user