aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-saturn.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-22 02:09:12 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-22 02:09:12 +0000
commitc1bf697ff6bf2b914a40b3e867a84762cf214cf1 (patch)
treedabb4e77ac5f6549e7c26bef740ae34b4ba9fdc6 /src/interp/br-saturn.boot
parent01d00dd8cc892cd2666297557dd3dc68c0f273c8 (diff)
downloadopen-axiom-c1bf697ff6bf2b914a40b3e867a84762cf214cf1.tar.gz
* interp/database.boot (getConstructorModemap): Rename from
getConstructorModemapFromDB. Adjust callers.
Diffstat (limited to 'src/interp/br-saturn.boot')
-rw-r--r--src/interp/br-saturn.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/br-saturn.boot b/src/interp/br-saturn.boot
index 49b5d54c..1cfb4703 100644
--- a/src/interp/br-saturn.boot
+++ b/src/interp/br-saturn.boot
@@ -1231,7 +1231,7 @@ displayDomainOp(htPage,which,origin,op,sig,predicate,
if which = '"operation" then
$signature : local :=
builtinFunctorName? conname => nil
- getConstructorModemapFromDB(conname).mmSignature
+ getConstructorModemap(conname).mmSignature
--RDJ: this next line is necessary until compiler bug is fixed
--that forgets to substitute #variables for t#variables;
--check the signature for SegmentExpansionCategory, e.g.