Changeset 15585
- Timestamp:
- 05/23/22 06:23:43 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/clos.lisp
r15569 r15585 524 524 ;; In case the class is already finalized, return 525 525 ;; immediately, as per AMOP. 526 527 (return-from std-finalize-inheritance))526 ; (when (class-finalized-p class) 527 ; (return-from std-finalize-inheritance)) 528 528 (setf (class-precedence-list class) 529 529 (funcall (if (std-class-p class)
Note: See TracChangeset
for help on using the changeset viewer.