aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/interp/compiler.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index 86a0f629..9498f917 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -1846,7 +1846,7 @@ compComma(form,m,e) ==
Tl' := [coerce(T,t) or return "failed" for T in Tl]
Tl' = "failed" => nil
[["asTupleNew0", ["getVMType",t], [T.expr for T in Tl']], m, e]
- T := [["LIST2VEC", [T.expr for T in Tl]],
+ T := [['%vector, :[T.expr for T in Tl]],
["Cross",:[T.mode for T in Tl]], e]
coerce(T,m)