Fix bootstrap by adding protocol slot

db4
Slava Pestov 2009-01-18 20:51:07 -06:00
parent 7fdf7cc906
commit 3a668a9457
1 changed files with 2 additions and 0 deletions

View File

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