mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
In std-class-sealed-accessor, fixed typo in declaration (J. James).
This commit is contained in:
parent
412bfc1f4f
commit
daf5ecc82c
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ because it contains a reference to the undefined class~% ~A"
|
|||
|
||||
(defun std-class-sealed-accessors (index)
|
||||
(declare (si::c-local)
|
||||
(fixnum slot-index))
|
||||
(fixnum index))
|
||||
(values #'(lambda (self)
|
||||
(declare (optimize (safety 1) (speed 3) (debug 0))
|
||||
(standard-object self))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue