]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/compiler/return/return.factor
factor: trim using lists
[factor.git] / extra / smalltalk / compiler / return / return.factor
index 673628ae6d143848750a5b1872d3616046f4cb72..1cb783047e43d350a227bb80e5a9a16689dca16d 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays combinators.short-circuit continuations
-fry generalizations kernel locals locals.types locals.rewrite
-namespaces make sequences smalltalk.ast ;
+generalizations kernel locals.rewrite locals.types sequences
+smalltalk.ast ;
 IN: smalltalk.compiler.return
 
 SYMBOL: return-continuation