Changeset 13554
- Timestamp:
- 09/02/11 08:33:43 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/describe.lisp
r12436 r13554 113 113 (defmethod describe-object ((object standard-object) stream) 114 114 (let* ((class (class-of object)) 115 (slotds ( %class-slots class))115 (slotds (mop:class-slots class)) 116 116 (max-slot-name-length 0) 117 117 (instance-slotds ())
Note: See TracChangeset
for help on using the changeset viewer.