aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/c-util.boot')
-rw-r--r--src/interp/c-util.boot3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index cfb1b9da..d5e78051 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -800,8 +800,7 @@ sublisV(p,e) ==
suba(p,e) ==
STRINGP e => e
-- no need to descend vectors unless they are categories
- --REFVECP e => LIST2REFVEC [suba(p,e.i) for i in 0..MAXINDEX e]
- isCategory e => LIST2REFVEC [suba(p,e.i) for i in 0..MAXINDEX e]
+ isCategory e => LIST2VEC [suba(p,e.i) for i in 0..MAXINDEX e]
atom e => (y:= ASSQ(e,p) => rest y; e)
u:= suba(p,QCAR e)
v:= suba(p,QCDR e)