mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 22:32:05 -08:00
Fixed typo in maybe-optimize-structure-access (J. James)
This commit is contained in:
parent
4a82e0ab54
commit
4d8a8edf26
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
(inline-possible fname)
|
||||
(policy-inline-slot-access-p))
|
||||
;(format t "~%;;; Optimizing structure accessor ~A" fname)
|
||||
(let (struture-type slot-index)
|
||||
(let (structure-type slot-index)
|
||||
(unless (and (consp slot-description)
|
||||
(setf structure-type (car slot-description)
|
||||
slot-index (cdr slot-description))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue