use numbervars.

This commit is contained in:
Vítor Santos Costa 2011-11-03 07:51:13 +09:00
parent 0154db015e
commit 780a5ba83e
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ currentOperator(Module m, atom_t name, int kind, int *type, int *priority)
int
numberVars(term_t t, nv_options *opts, int n ARG_LD) {
return 0;
return Yap_NumberVars(YAP_GetFromSlot(t), n);
}
/*******************************