unify indexing of dynamic and static clauses
This commit is contained in:
parent
f0b44b9b77
commit
e05ee9670c
@ -2367,7 +2367,7 @@ cls_head_info(ClauseDef *min, ClauseDef *max, UInt argno, int in_idb)
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
while (cl <= max) {
|
while (cl <= max) {
|
||||||
add_head_info(cl, argno);
|
add_info(cl, argno);
|
||||||
/* if (IsVarTerm(cl->Tag)) cl->Tag = (CELL)NULL; */
|
/* if (IsVarTerm(cl->Tag)) cl->Tag = (CELL)NULL; */
|
||||||
cl++;
|
cl++;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user