PL_handle_signals is now provided by PLStream
This commit is contained in:
parent
1ad9b168ca
commit
0740495d77
@ -2487,15 +2487,6 @@ X_API void PL_load_extensions(const PL_extension *ptr)
|
||||
}
|
||||
}
|
||||
|
||||
X_API int PL_handle_signals(void)
|
||||
{
|
||||
if (EX) {
|
||||
return -1;
|
||||
}
|
||||
fprintf(stderr,"PL_handle_signals not implemented\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
X_API int PL_is_inf(term_t st)
|
||||
{
|
||||
Term t = Deref(Yap_GetFromSlot(st));
|
||||
|
Reference in New Issue
Block a user