SWI not automatic
This commit is contained in:
parent
d18c59f7eb
commit
209ad287f8
@ -1842,11 +1842,4 @@ void Yap_InitCPreds(void) {
|
|||||||
// init_tries();
|
// init_tries();
|
||||||
init_regexp();
|
init_regexp();
|
||||||
#endif
|
#endif
|
||||||
{
|
|
||||||
CACHE_REGS
|
|
||||||
Term cm = CurrentModule;
|
|
||||||
CurrentModule = SWI_MODULE;
|
|
||||||
Yap_swi_install();
|
|
||||||
CurrentModule = cm;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user