aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-intern.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-intern.boot')
-rw-r--r--src/interp/i-intern.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-intern.boot b/src/interp/i-intern.boot
index b9c8eec9..1e3cfab2 100644
--- a/src/interp/i-intern.boot
+++ b/src/interp/i-intern.boot
@@ -309,7 +309,7 @@ signatureFromModemap m ==
pred = true => rest sig
pred.op in '(AND %and) =>
sl := [[a,:b] for [.,a,b] in rest pred]
- rest SUBLIS(sl,sig)
+ rest applySubst(sl,sig)
collectDefTypesAndPreds args ==
-- given an arglist to a DEF-like form, this function returns