From: espen Date: Mon, 14 Feb 2005 00:45:23 +0000 (+0000) Subject: :clg-pcl pushed to *features* X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/306d78147b5058753794738a3939391a36b39175 :clg-pcl pushed to *features* --- 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*)