]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/macros/expander/expander.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / macros / expander / expander.factor
index 0a1703de58aae204c9a60b6ea4b7d9f1363ad981..d766430810bfeef03317aee10a97a992fa49d388 100644 (file)
@@ -1,7 +1,8 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel sequences namespaces quotations accessors words
-continuations vectors effects math stack-checker.transforms ;
+USING: kernel sequences namespaces make quotations accessors
+words continuations vectors effects math
+stack-checker.transforms ;
 IN: macros.expander
 
 GENERIC: expand-macros ( quot -- quot' )