call UDI at abolish.

This commit is contained in:
Vitor Santos Costa
2012-06-21 16:47:19 +01:00
parent 71eeda081c
commit c64d22311d
3 changed files with 11 additions and 0 deletions

View File

@@ -148,6 +148,13 @@ Yap_udi_search(PredEntry *p)
return info->functions->search(info->cb);
}
/* index, called from absmi.c */
void
Yap_udi_abolish(PredEntry *p)
{
/* tell the predicate destroy */
}
void
Yap_udi_init(void)
{