Changeset 14550
- Timestamp:
- Jan 3, 2011, 7:34:58 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/l1-clos-boot.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-clos-boot.lisp
r14365 r14550 2783 2783 (instance.class-wrapper slotd)) 2784 2784 (eq *standard-class-wrapper* (instance.class-wrapper class)) 2785 (let* ((allocation (standard-effective-slot-definition. location slotd)))2785 (let* ((allocation (standard-effective-slot-definition.allocation slotd))) 2786 2786 (or (eq allocation :instance) (eq allocation :class)))) 2787 2787 (%std-slot-vector-value (instance-slots instance) slotd)
Note:
See TracChangeset
for help on using the changeset viewer.
