]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix bootstrap
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 10 Feb 2009 22:52:27 +0000 (16:52 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 10 Feb 2009 22:52:27 +0000 (16:52 -0600)
basis/cocoa/messages/messages.factor

index 529efeb564bb828221364e5abb143b98f439d0f9..ce66467203ffc52dc76dd44096ac5866d63dce91 100644 (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 ] [