diff options
author | dos-reis <gdr@axiomatics.org> | 2008-10-05 14:15:17 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-10-05 14:15:17 +0000 |
commit | 94756b27ee8d56cd01e8591f19feffc3fa2898fa (patch) | |
tree | d8e5ed0554f1678b3062838cfd7f39fd48c1a2d6 /src/interp | |
parent | 4da4e775ade14aa9e8c2d0b4b106e743e4d283a4 (diff) | |
download | open-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.boot | 2 |
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 == |