:clg-pcl pushed to *features*
authorespen <espen>
Mon, 14 Feb 2005 00:45:23 +0000 (00:45 +0000)
committerespen <espen>
Mon, 14 Feb 2005 00:45:23 +0000 (00:45 +0000)
glib/pcl.lisp

index cba663d..72ebc49 100644 (file)
@@ -24,7 +24,7 @@
 ;;;
 
 ;;; Modifications for better AMOP conformance
-;;; Copyright (C) 2001 Espen S. Johnsen <esj@stud.cs.uit.no>
+;;; by Espen S. Johnsen <espen@users.sf.net>
 
 
 (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))
        (update-pv-table-cache-info class)
        (maybe-update-standard-class-locations class)))))
 
+
+(pushnew :clg-pcl *features*)