aboutsummaryrefslogtreecommitdiff
path: root/src/interp/as.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/as.boot')
-rw-r--r--src/interp/as.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/as.boot b/src/interp/as.boot
index d7e1aac1..d2f3eb55 100644
--- a/src/interp/as.boot
+++ b/src/interp/as.boot
@@ -754,7 +754,7 @@ asySplit(name,end) ==
createAbbreviation s ==
if string? s then s := makeSymbol s
- a := constructor? s
+ a := getConstructorAbbreviationFromDB s
a ~= s => a
nil