mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
kernel.lsp: Remove bogus ignore doc declaration. Closes #11.
This commit is contained in:
parent
8c0f44dd8b
commit
36e80a3c66
1 changed files with 1 additions and 2 deletions
|
|
@ -62,8 +62,7 @@
|
|||
;;; Methods
|
||||
|
||||
(defun install-method (name qualifiers specializers lambda-list fun wrap &rest options)
|
||||
(declare (ignore doc)
|
||||
(notinline ensure-generic-function))
|
||||
(declare (notinline ensure-generic-function))
|
||||
; (record-definition 'method `(method ,name ,@qualifiers ,specializers))
|
||||
(let* ((gf (ensure-generic-function name))
|
||||
(fun (if wrap (wrapped-method-function fun) fun))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue