]> gitweb.factorcode.org Git - factor.git/blobdiff - core/bootstrap/stage2.factor
Fix conflict
[factor.git] / core / bootstrap / stage2.factor
index 69f594b9faeea5fc72725c841eaceb22716cf6d7..3b98e8909597272288b7888e58865cc6850a0f0a 100755 (executable)
@@ -28,7 +28,7 @@ SYMBOL: bootstrap-time
     [ "bootstrap." prepend require ] each ;
 
 : count-words ( pred -- )
-    all-words swap filter length number>string write ;
+    all-words swap count number>string write ;
 
 : print-report ( time -- )
     1000 /i