Changeset 13929
- Timestamp:
- 05/05/12 14:12:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/mop.lisp
r13923 r13929 27 27 (and (eql (class-of class) +the-funcallable-standard-class+) 28 28 (eql (class-of superclass) +the-standard-class+))))) 29 30 ;;; This is against the letter of the MOP, but very much in its spirit. 31 (defmethod validate-superclass ((class class) 32 (superclass forward-referenced-class)) 33 t) 29 34 30 35 (defmethod shared-initialize :before ((instance class)
Note: See TracChangeset
for help on using the changeset viewer.