Changeset 718
- Timestamp:
- Mar 24, 2004, 5:03:10 PM (21 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
r643 r718 596 596 (when (and def (not (typep def 'generic-function))) 597 597 (cerror "Try to remove any global non-generic function or macro definition." 598 (make-condition 'simple-program-error :format-control "The functio ~s is defined as something other than a generic function." :format-arguments (list function-name)))598 (make-condition 'simple-program-error :format-control "The function ~s is defined as something other than a generic function." :format-arguments (list function-name))) 599 599 (fmakunbound function-name) 600 600 (setq def nil))
Note:
See TracChangeset
for help on using the changeset viewer.
