From: espen Date: Mon, 14 Feb 2005 00:45:23 +0000 (+0000) Subject: :clg-pcl pushed to *features* X-Git-Tag: clg-0-90~80 X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/6f223f7c1220fa0dcd9ce6d9fbfd5b466f4abf62 :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 @@ (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 @@ (update-pv-table-cache-info class) (maybe-update-standard-class-locations class))))) + +(pushnew :clg-pcl *features*)