Changeset 5943
- Timestamp:
- Feb 19, 2007, 3:36:07 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/describe.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/describe.lisp
r5579 r5943 515 515 (let* ((instance (inspector-object i)) 516 516 (class (class-of instance)) 517 (wrapper (ccl::standard-object-p instance)) 517 (wrapper (or (ccl::standard-object-p instance) 518 (if (typep instance 'ccl::funcallable-standard-object) 519 (ccl::gf.instance.class-wrapper instance)))) 518 520 (instance-start 2)) 519 521 (if (< n instance-start)
Note:
See TracChangeset
for help on using the changeset viewer.
