X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/306d78147b5058753794738a3939391a36b39175..a7d19b2a6d3e11b28842476b80ef68d81fb6b8ac:/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*)