chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
caa5014
)
Made the definition of pcl::slot-info identical to the definition in the latest CMUCL...
author
espen
<espen>
Mon, 25 Apr 2005 21:32:28 +0000
(21:32 +0000)
committer
espen
<espen>
Mon, 25 Apr 2005 21:32:28 +0000
(21:32 +0000)
glib/pcl.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/pcl.lisp
b/glib/pcl.lisp
index 72ebc49c3226e4b3cb2b58e9f83169f315ae452b..334fc28a06d313c54aa44c06983d10a1c1fc1be0 100644
(file)
--- a/
glib/pcl.lisp
+++ b/
glib/pcl.lisp
@@
-36,7
+36,7
@@
(defstruct slot-info
(name nil :type symbol)
;;
;; Specified slot allocation.or :INSTANCE.
(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)))
;;
;; Specified slot type or T.
(type t :type (or symbol list)))
@@
-118,4
+118,4
@@
(defun update-slots (class eslotds)
(maybe-update-standard-class-locations class)))))
(maybe-update-standard-class-locations class)))))
-(pushnew :
clg
-pcl *features*)
+(pushnew :
non-broken
-pcl *features*)