debugging
This commit is contained in:
parent
062293055b
commit
7a24d3015e
@ -798,10 +798,6 @@ Prop Yap_NewPredPropByFunctor(FunctorEntry *fe, Term cur_mod) {
|
|||||||
} else
|
} else
|
||||||
p->ModuleOfPred = cur_mod;
|
p->ModuleOfPred = cur_mod;
|
||||||
// TRUE_FUNC_WRITE_LOCK(fe);
|
// TRUE_FUNC_WRITE_LOCK(fe);
|
||||||
#if DEBUG_NEW_FUNCTOR
|
|
||||||
if (!strcmp(fe->NameOfFE->StrOfAE, "library_directory"))
|
|
||||||
jmp_deb(1);
|
|
||||||
#endif
|
|
||||||
INIT_LOCK(p->PELock);
|
INIT_LOCK(p->PELock);
|
||||||
p->KindOfPE = PEProp;
|
p->KindOfPE = PEProp;
|
||||||
p->ArityOfPE = fe->ArityOfFE;
|
p->ArityOfPE = fe->ArityOfFE;
|
||||||
|
Reference in New Issue
Block a user