Changeset 302
- Timestamp:
- Jan 15, 2004, 12:32:41 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-clos-boot.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-clos-boot.lisp
r285 r302 2435 2435 (when wrapper 2436 2436 (setf (%class.own-wrapper class) nil) 2437 (make-wrapper-obsolete wrapper)))) 2437 (make-wrapper-obsolete wrapper))) 2438 class) 2438 2439 2439 2440 (defmethod make-instances-obsolete ((class funcallable-standard-class)) … … 2441 2442 (when wrapper 2442 2443 (setf (%class.own-wrapper class) nil) 2443 (make-wrapper-obsolete wrapper)))) 2444 2445 (defmethod make-instances-obsolete ((class structure-class))) 2444 (make-wrapper-obsolete wrapper))) 2445 class) 2446 2447 (defmethod make-instances-obsolete ((class structure-class)) 2448 ;; could maybe warn that instances are obsolete, but there's not 2449 ;; much that we can do about that. 2450 class) 2446 2451 2447 2452
Note:
See TracChangeset
for help on using the changeset viewer.
