From 6f223f7c1220fa0dcd9ce6d9fbfd5b466f4abf62 Mon Sep 17 00:00:00 2001 From: espen Date: Mon, 14 Feb 2005 00:45:23 +0000 Subject: [PATCH] :clg-pcl pushed to *features* --- glib/pcl.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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*) -- 2.11.0