FIXNUMP is not imported in CLOS (S. Gromoff)

This commit is contained in:
Juan Jose Garcia Ripoll 2008-10-30 21:41:13 +01:00
parent 3bfcc3e867
commit 12a1023e88

View file

@ -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)))))))