Changeset 890
- Timestamp:
- Oct 1, 2004, 4:03:59 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-clos.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-clos.lisp
r889 r890 1332 1332 (cerror (format nil "Change the class of ~s to ~s." gf gf-class) 1333 1333 "The class of the existing generic function ~s is not ~s" 1334 gf gf-class)) 1334 gf gf-class) 1335 (change-class gf gf-class)) 1335 1336 (apply #'reinitialize-instance gf initargs))) 1336 1337
Note:
See TracChangeset
for help on using the changeset viewer.
