]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy.shaker: strip out functor-words global, fixing size regression from...
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 30 Aug 2009 10:36:16 +0000 (05:36 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 30 Aug 2009 10:36:16 +0000 (05:36 -0500)
basis/tools/deploy/shaker/shaker.factor

index 19f8fb90800264e149e23afe6d8133b01c791099..6a133d9c87c61f5a3ca63e4883b57cc92d399a71 100755 (executable)
@@ -289,6 +289,8 @@ IN: tools.deploy.shaker
 
         "disposables" "destructors" lookup ,
 
+        "functor-words" "functors.backend" lookup ,
+        
         deploy-threads? [
             "initial-thread" "threads" lookup ,
         ] unless