aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-eval.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-eval.boot')
-rw-r--r--src/interp/i-eval.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/i-eval.boot b/src/interp/i-eval.boot
index 32b55375..ba779085 100644
--- a/src/interp/i-eval.boot
+++ b/src/interp/i-eval.boot
@@ -62,7 +62,7 @@ mkEvalable form ==
[op,:[val for x in argl for typeFlag in rest cosig]] where val() ==
typeFlag =>
kind = "category" => MKQ x
- VECP x => MKQ x
+ vector? x => MKQ x
loadIfNecessary x
mkEvalable x
x is ['QUOTE,:.] => x
@@ -292,7 +292,7 @@ sideEffectedArg?(t,sig,opName) ==
t = dc
getArgValue(a, t) ==
- atom a and not VECP a =>
+ atom a and not vector? a =>
t' := coerceOrRetract(getBasicObject a,t)
t' and getValueNormalForm t'
v := getArgValue1(a, t) => v