aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/c-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index 8a6f4402..a85d8bb0 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -842,7 +842,7 @@ ambiguousSignatureError(op, sigs) ==
getFunctionReplacement: %Symbol -> %Form
getFunctionReplacement name ==
- GET(compileTimeBindingOf name, "SPADreplace")
+ GET(name, "SPADreplace")
++ remove any replacement info possibly associated with `name'.
clearReplacement name ==