Changeset 9604
- Timestamp:
- May 27, 2008, 9:13:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-clos-boot.lisp
r9578 r9604 2917 2917 (let* ((wrapper (instance-class-wrapper instance)) 2918 2918 (class (%wrapper-class wrapper)) 2919 (slotd (funcall (%wrapper-slot-id->slotd wrapper) slot-id)))2919 (slotd (funcall (%wrapper-slot-id->slotd wrapper) instance slot-id))) 2920 2920 (if slotd 2921 2921 (%maybe-std-slot-boundp-using-class class instance slotd)
Note:
See TracChangeset
for help on using the changeset viewer.
