aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.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/g-util.boot
parent01d00dd8cc892cd2666297557dd3dc68c0f273c8 (diff)
downloadopen-axiom-c1bf697ff6bf2b914a40b3e867a84762cf214cf1.tar.gz
* interp/database.boot (getConstructorModemap): Rename from
getConstructorModemapFromDB. Adjust callers.
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 53926f37..2efeff70 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -238,7 +238,7 @@ get1(x,prop,e) ==
get2(x,prop) ==
prop="modemap" and ident? x and constructor? x =>
- (u := getConstructorModemapFromDB x) => [u]
+ (u := getConstructorModemap x) => [u]
nil
nil