blanks
This commit is contained in:
parent
9623f70d3a
commit
21be46b123
@ -4722,7 +4722,7 @@ Yap_HidePred(PredEntry *pe)
|
||||
}
|
||||
pe->NextOfPE = HIDDEN_PREDICATES;
|
||||
HIDDEN_PREDICATES = AbsPredProp(pe);
|
||||
pe->PredFlags |= HiddenPredFlag;
|
||||
pe->PredFlags |= HiddenPredFlag|NoTracePredFlag;
|
||||
}
|
||||
|
||||
static Int /* $system_predicate(P) */
|
||||
@ -6761,4 +6761,3 @@ Yap_InitCdMgr(void)
|
||||
Yap_InitCPred("$predicate_live_cps", 4, p_predicate_lu_cps, 0L);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user