Changeset 12905
- Timestamp:
- Oct 4, 2009, 6:33:38 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/l1-clos.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-clos.lisp
r12762 r12905 44 44 (shared-slots) 45 45 (other-slots)) 46 (dolist (s slotds (values (instance-slots) (shared-slots) ))46 (dolist (s slotds (values (instance-slots) (shared-slots) (other-slots))) 47 47 (case (%slot-definition-allocation s) 48 48 (:instance (instance-slots s))
Note:
See TracChangeset
for help on using the changeset viewer.
