Made the definition of pcl::slot-info identical to the definition in the latest CMUCL...
authorespen <espen>
Mon, 25 Apr 2005 21:32:28 +0000 (21:32 +0000)
committerespen <espen>
Mon, 25 Apr 2005 21:32:28 +0000 (21:32 +0000)
glib/pcl.lisp

index 72ebc49..334fc28 100644 (file)
@@ -36,7 +36,7 @@
   (name nil :type symbol)
   ;;
   ;; Specified slot allocation.or :INSTANCE.
-  (allocation :instance :type symbol)
+  (allocation :instance :type (or (member :class :instance) t))
   ;;
   ;; Specified slot type or T.
   (type t :type (or symbol list)))
        (maybe-update-standard-class-locations class)))))
 
 
-(pushnew :clg-pcl *features*)
+(pushnew :non-broken-pcl *features*)