Changeset 887
- Timestamp:
- Sep 25, 2004, 5:31:07 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-clos-boot.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-clos-boot.lisp
r812 r887 33 33 (cond ((eql typecode target::subtag-instance) (instance.slots instance)) 34 34 ((eql typecode target::subtag-macptr) (foreign-slots-vector instance)) 35 ((typep instance 'standard-generic-function) (gf.slots instance)) 35 ((or (typep instance 'standard-generic-function) 36 (typep instance 'funcallable-standard-object)) 37 (gf.slots instance)) 36 38 (t (error "Don't know how to find slots of ~s" instance))))) 37 39
Note:
See TracChangeset
for help on using the changeset viewer.
