chiark / gitweb /
: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 cba663de49deccdfc176b39bcb1af3f02098a62e..72ebc49c3226e4b3cb2b58e9f83169f315ae452b 100644 (file)
@@ -24,7 +24,7 @@
 ;;;
 
 ;;; Modifications for better AMOP conformance
 ;;;
 
 ;;; 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)
 
 
 (eval-when (:compile-toplevel :load-toplevel :execute)
@@ -39,7 +39,7 @@ (defstruct slot-info
   (allocation :instance :type symbol)
   ;;
   ;; Specified slot type or T.
   (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))
 
 
 (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)))))
 
        (update-pv-table-cache-info class)
        (maybe-update-standard-class-locations class)))))
 
+
+(pushnew :clg-pcl *features*)