Add a boundp-function slot, which is required by virtual slot getter.
[clg] / gffi / virtual-slots.lisp
index 22a6af3..ef2208c 100644 (file)
@@ -47,6 +47,7 @@
    #+clisp(writer-function)
    #+clisp(boundp-function)
    makunbound-function
+   boundp-function
    #+clisp(type :initarg :type :reader slot-definition-type)))
 
 (defclass direct-special-slot-definition (standard-direct-slot-definition)