aboutsummaryrefslogtreecommitdiff
path: root/src/interp/daase.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/daase.lisp')
-rw-r--r--src/interp/daase.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp
index 551925ee..29cbf446 100644
--- a/src/interp/daase.lisp
+++ b/src/interp/daase.lisp
@@ -761,6 +761,8 @@
(setf (database-abbreviation struct) value)
(when (symbolp value)
(setf (get value 'abbreviationfor) constructor)))
+ (superdomain
+ (setf (database-superdomain struct) value))
(constructorkind
(setf (database-constructorkind struct) value))))))