aboutsummaryrefslogtreecommitdiff
path: root/src/interp/database.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/database.boot')
-rw-r--r--src/interp/database.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/database.boot b/src/interp/database.boot
index 1eb2caaf..79d49785 100644
--- a/src/interp/database.boot
+++ b/src/interp/database.boot
@@ -103,6 +103,7 @@ getConstructorKindFromDB ctor ==
getConstructorAncestorsFromDB: %Symbol -> %List %Constructor
getConstructorAncestorsFromDB ctor ==
+ builtinConstructor? ctor => nil -- FIXME: catch at cal sites.
GETDATABASE(ctor,"ANCESTORS")
++ return the modemap of the constructor or the instantiation