diff options
Diffstat (limited to 'src/interp/br-op2.boot')
-rw-r--r-- | src/interp/br-op2.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/br-op2.boot b/src/interp/br-op2.boot index 22ced871..47f0ab3f 100644 --- a/src/interp/br-op2.boot +++ b/src/interp/br-op2.boot @@ -310,7 +310,7 @@ whoUses(opSigList,conform) == template := $infovec . 0 found := false opacc := nil - for i in 7..MAXINDEX template repeat + for i in 7..maxIndex template repeat item := template . i item isnt [n,:op] or not MEMQ(op,opList) => 'skip index := n |