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.lisp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lisp/data-types.lisp b/Lisp/data-types.lisp
index d4e169e..2ab3fe4 100644
--- a/Lisp/data-types.lisp
+++ b/Lisp/data-types.lisp
@@ -582,6 +582,12 @@ seems like an acceptable trade-off.
(trivial-garbage:finalize new-wrapper #'finaliser))))))
+(defclass lisp-value-wrapper-mixin ()
+ ((lisp-value :initarg :value
+ :initform nil
+ :accessor lisp-value)))
+
+
(defgeneric objcl-eql (obj1 obj2))
(with-compilation-unit ()