slots: silly formatting change.
parent
c52b640520
commit
0bb297ed92
|
@ -229,9 +229,7 @@ M: string make-slot
|
||||||
: peel-off-class ( slot-spec array -- slot-spec array )
|
: peel-off-class ( slot-spec array -- slot-spec array )
|
||||||
dup empty? [
|
dup empty? [
|
||||||
dup first classoid? [
|
dup first classoid? [
|
||||||
[ first init-slot-class ]
|
[ first init-slot-class ] [ rest ] bi
|
||||||
[ rest ]
|
|
||||||
bi
|
|
||||||
] when
|
] when
|
||||||
] unless ;
|
] unless ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue