X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/306d78147b5058753794738a3939391a36b39175..8a2470dd09b8822bfcf11d5fbe965c02343557d5:/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 @@ (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 @@ (maybe-update-standard-class-locations class))))) -(pushnew :clg-pcl *features*) +(pushnew :non-broken-pcl *features*)