]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cocoa/subclassing/subclassing.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / cocoa / subclassing / subclassing.factor
index 1ee39c35d512c373e6589410d34d1ca82e85af20..3f8e709df0e779dc0d88855aba3177feb0329b0a 100755 (executable)
@@ -4,7 +4,7 @@ USING: alien alien.c-types alien.strings arrays assocs
 combinators compiler hashtables kernel libc math namespaces
 parser sequences words cocoa.messages cocoa.runtime
 compiler.units io.encodings.ascii generalizations
-continuations ;
+continuations make ;
 IN: cocoa.subclassing
 
 : init-method ( method -- sel imp types )