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:
48ae54d
)
:clg-pcl pushed to *features*
author
espen
<espen>
Mon, 14 Feb 2005 00:45:23 +0000
(
00:45
+0000)
committer
espen
<espen>
Mon, 14 Feb 2005 00:45:23 +0000
(
00:45
+0000)
glib/pcl.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/pcl.lisp
b/glib/pcl.lisp
index cba663de49deccdfc176b39bcb1af3f02098a62e..72ebc49c3226e4b3cb2b58e9f83169f315ae452b 100644
(file)
--- a/
glib/pcl.lisp
+++ b/
glib/pcl.lisp
@@
-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*)