avoid unnecessart work.
This commit is contained in:
parent
5b0874be32
commit
abf74a8aa9
@ -897,7 +897,7 @@ AllAttVars( USES_REGS1 ) {
|
||||
CELL *pt = H0;
|
||||
CELL *myH = H;
|
||||
|
||||
while (pt < H) {
|
||||
while (pt < myH) {
|
||||
switch(*pt) {
|
||||
case (CELL)FunctorAttVar:
|
||||
if (IsUnboundVar(pt+1)) {
|
||||
|
Reference in New Issue
Block a user