summaryrefslogtreecommitdiff
path: root/Lisp/data-types.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/data-types.lisp')
-rw-r--r--Lisp/data-types.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lisp/data-types.lisp b/Lisp/data-types.lisp
index 5d8c22b..cfbfcfb 100644
--- a/Lisp/data-types.lisp
+++ b/Lisp/data-types.lisp
@@ -302,6 +302,7 @@ an __exception__, you can simply send it the `self' message.
(let ((new-wrapper (make-instance (ecase (typespec-primary-type typespec)
(struct 'tagged-struct)
(union 'tagged-union))
+ :name (third typespec)
:typespec typespec
:pointer pointer
:lisp-managed-cell managedp-cell)))