diff options
Diffstat (limited to 'src/interp/ht-util.boot')
-rw-r--r-- | src/interp/ht-util.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/ht-util.boot b/src/interp/ht-util.boot index d12eef90..c66c8449 100644 --- a/src/interp/ht-util.boot +++ b/src/interp/ht-util.boot @@ -487,7 +487,7 @@ renamePatternVariables1(condList, substList, patVars) == substFromAlist(l, substAlist) == for [pvar, :replace] in substAlist repeat - l := SUBST(replace, pvar, l) + l := substitute(replace, pvar, l) l computeDomainVariableAlist() == |