X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/4d83a8a641bfaeb0d858fbf37524f3d3b9b81a6e..4ea1303500a59d61d755399e8df1af84241c7d7c:/glib/pcl.lisp diff --git a/glib/pcl.lisp b/glib/pcl.lisp index cba663d..72ebc49 100644 --- a/glib/pcl.lisp +++ b/glib/pcl.lisp @@ -24,7 +24,7 @@ ;;; ;;; Modifications for better AMOP conformance -;;; Copyright (C) 2001 Espen S. Johnsen +;;; by Espen S. Johnsen (eval-when (:compile-toplevel :load-toplevel :execute) @@ -39,7 +39,7 @@ (defstruct slot-info (allocation :instance :type symbol) ;; ;; Specified slot type or T. - (type t :type (or symbol list number))) + (type t :type (or symbol list))) (defmethod compute-slots :around ((class standard-class)) @@ -117,3 +117,5 @@ (defun update-slots (class eslotds) (update-pv-table-cache-info class) (maybe-update-standard-class-locations class))))) + +(pushnew :clg-pcl *features*)