Fix bootstrap

db4
Slava Pestov 2009-02-10 16:52:27 -06:00
parent 07caee3405
commit 9060905983
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ MACRO: (send) ( selector super? -- quot )
! Runtime introspection
SYMBOL: class-init-hooks
class-init-hooks [ H{ } clone or ] initialize
class-init-hooks [ H{ } clone ] initialize
: (objc-class) ( name word -- class )
2dup execute dup [ 2nip ] [