diff options
Diffstat (limited to 'src/interp/functor.boot')
-rw-r--r-- | src/interp/functor.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/functor.boot b/src/interp/functor.boot index 64b66e7d..2ddcff80 100644 --- a/src/interp/functor.boot +++ b/src/interp/functor.boot @@ -233,7 +233,7 @@ NewbFVectorCopy(u,domName) == v mkVector u == - u => ['VECTOR,:u] + u => ['%veclit,:u] nil optFunctorBody x == @@ -412,7 +412,7 @@ mkVectorWithDeferral(objects,tag) == -- Basically a mkVector, but spots things that aren't safe to instantiate -- and places them at the end of $ConstantAssignments, so that they get -- called AFTER the constants of $ have been set up. JHD 26.July.89 - ['VECTOR,: + ['%veclit,: [if CONTAINED('$,u) then -- It's not safe to instantiate this now $ConstantAssignments:=[:$ConstantAssignments, ["setShellEntry", |