mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-06 17:30:41 -08:00
Forgot the case in which the generic function is modified using ENSURE-GENERIC-FUNCTION
This commit is contained in:
parent
63463381e7
commit
5722fa2b7c
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@
|
|||
(apply #'ensure-generic-function-using-class gfun name args)))
|
||||
;; a generic function already exists
|
||||
((si::instancep (or gfun (setf gfun (fdefinition name))))
|
||||
gfun)
|
||||
(apply #'reinitialize-instance gfun args))
|
||||
((special-operator-p name)
|
||||
(simple-program-error "The special operator ~A is not a valid name for a generic function" name))
|
||||
((macro-function name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue