Changeset 3001 for branches/f4grobner
- Timestamp:
- 2015-06-21T15:37:52-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r3000 r3001 216 216 (let* ((class (class-of object)) 217 217 (copy (allocate-instance class))) 218 (dolist (slot-name (mapcar #'s b-mop:slot-definition-name (sb-mop:class-slots class)))218 (dolist (slot-name (mapcar #'slot-definition-name (class-slots class))) 219 219 (when (slot-boundp object slot-name) 220 220 (setf (slot-value copy slot-name)
Note:
See TracChangeset
for help on using the changeset viewer.