Changeset 5945
- Timestamp:
- Feb 19, 2007, 3:40:56 AM (18 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
r5940 r5945 3009 3009 (let ((wrapper (standard-object-p instance))) 3010 3010 (unless wrapper 3011 (when (standard-generic-function-p instance) 3012 (setq wrapper (generic-function-wrapper instance))) 3011 (if (standard-generic-function-p instance) 3012 (setq wrapper (generic-function-wrapper instance)) 3013 (when (typep instance 'funcallable-standard-object) 3014 (setq wrapper (gf.instance.class-wrapper instance)))) 3015 3013 3016 (unless wrapper 3014 3017 (report-bad-arg instance '(or standard-object standard-generic-function))))
Note:
See TracChangeset
for help on using the changeset viewer.
