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.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index 1d281ea8..f7fd2dc4 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -1041,7 +1041,7 @@ sublisV(p,e) ==
suba(p,e) ==
string? e => e
-- no need to descend vectors unless they are categories
- categoryObject? e => LIST2VEC [suba(p,e.i) for i in 0..maxIndex e]
+ categoryObject? e => vector [suba(p,e.i) for i in 0..maxIndex e]
e isnt [.,:.] => (y:= ASSQ(e,p) => rest y; e)
u:= suba(p,first e)
v:= suba(p,rest e)