Fix bootstrap by adding protocol slot
parent
7fdf7cc906
commit
3a668a9457
|
@ -3,6 +3,8 @@
|
|||
USING: functors destructors accessors kernel parser words ;
|
||||
IN: alien.destructors
|
||||
|
||||
SLOT: alien
|
||||
|
||||
FUNCTOR: define-destructor ( F -- )
|
||||
|
||||
F-destructor DEFINES ${F}-destructor
|
||||
|
|
Loading…
Reference in New Issue