X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/4cbcd094279ede76a76d653cebcef9cb1dd49dee..99f37096dac9938205fd7a8fdf97242adf34fb8a:/glib/pcl.lisp diff --git a/glib/pcl.lisp b/glib/pcl.lisp index 72ebc49..334fc28 100644 --- a/glib/pcl.lisp +++ b/glib/pcl.lisp @@ -36,7 +36,7 @@ (defstruct slot-info (name nil :type symbol) ;; ;; Specified slot allocation.or :INSTANCE. - (allocation :instance :type symbol) + (allocation :instance :type (or (member :class :instance) t)) ;; ;; Specified slot type or T. (type t :type (or symbol list))) @@ -118,4 +118,4 @@ (defun update-slots (class eslotds) (maybe-update-standard-class-locations class))))) -(pushnew :clg-pcl *features*) +(pushnew :non-broken-pcl *features*)