From: espen Date: Mon, 25 Apr 2005 21:32:28 +0000 (+0000) Subject: Made the definition of pcl::slot-info identical to the definition in the latest CMUCL... X-Git-Tag: clg-0-90~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/d4c9a7b2ce692b749c66d933f9a8d77d994b1aea Made the definition of pcl::slot-info identical to the definition in the latest CMUCL source. --- 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*)