aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-05 14:15:17 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-05 14:15:17 +0000
commit94756b27ee8d56cd01e8591f19feffc3fa2898fa (patch)
treed8e5ed0554f1678b3062838cfd7f39fd48c1a2d6 /src/interp
parent4da4e775ade14aa9e8c2d0b4b106e743e4d283a4 (diff)
downloadopen-axiom-94756b27ee8d56cd01e8591f19feffc3fa2898fa.tar.gz
* interp/c-util.boot (getFunctionReplacement): Tidy.
* algebra/data.spad.pamphlet (Byte): Likewise.
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 ==