Changeset 644
- Timestamp:
- Mar 8, 2004, 5:59:08 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-clos.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-clos.lisp
r616 r644 426 426 (error "Class ~s can't be finalized." class)) 427 427 428 (defmethod class-primary-p ((class s td-class))428 (defmethod class-primary-p ((class slots-class)) 429 429 (%class-primary-p class)) 430 430 … … 464 464 (unless (eq (%slot-definition-name (car sup-slotds)) 465 465 (%slot-definition-name (car primary-slotds))) 466 (format t "~&name of sup-slotds = ~s, name of prim = ~s" 467 (%slot-definition-name (car sup-slotds)) 468 (%slot-definition-name (car primary-slotds))) 466 469 (error "While initializing ~s:~%~ 467 470 attempt to mix incompatible primary classes:~%~
Note:
See TracChangeset
for help on using the changeset viewer.
