mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 12:52:08 -08:00
FIXNUMP is not imported in CLOS (S. Gromoff)
This commit is contained in:
parent
3bfcc3e867
commit
12a1023e88
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ because it contains a reference to the undefined class~% ~A"
|
|||
(table (slot-table class))
|
||||
(slotd (gethash slot-name table))
|
||||
(index (slot-definition-location slotd)))
|
||||
(if (fixnump index)
|
||||
(if (si::fixnump index)
|
||||
(si:instance-set self (the fixnum index) value)
|
||||
(rplaca (the cons index) value)))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue