|
[Sbcl-commits] CVS: sbcl/src/code class.lisp,1.59,1.60
From: Nikodemus Siivola <demoss@us...> - 2005-05-29 10:37
|
Update of /cvsroot/sbcl/sbcl/src/code In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21396/src/code Modified Files: class.lisp Log Message: 0.9.1.4: ENSURE-CLASS-USING-CLASS patch by Gerd Moellman, from cmucl-imp * accept a class as :METACLASS as per AMOP. Index: class.lisp =================================================================== RCS file: /cvsroot/sbcl/sbcl/src/code/class.lisp,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- class.lisp 28 Apr 2005 22:20:42 -0000 1.59 +++ class.lisp 29 May 2005 10:37:20 -0000 1.60 @@ -173,9 +173,9 @@ ;; and PCL has made it invalid and made a note to itself about it (invalid :uninitialized :type (or cons (member nil t :uninitialized))) ;; the layouts for all classes we inherit. If hierarchical, i.e. if - ;; DEPTHOID >= 0, then these are ordered by ORDER-LAYOUT-INHERITS, - ;; so that each inherited layout appears at its expected depth, - ;; i.e. at its LAYOUT-DEPTHOID value. + ;; DEPTHOID >= 0, then these are ordered by ORDER-LAYOUT-INHERITS + ;; (least to most specific), so that each inherited layout appears + ;; at its expected depth, i.e. at its LAYOUT-DEPTHOID value. ;; ;; Remaining elements are filled by the non-hierarchical layouts or, ;; if they would otherwise be empty, by copies of succeeding layouts. |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl/src/code class.lisp,1.59,1.60 | Nikodemus Siivola <demoss@us...> |