Fix bootstrap

db4
Slava Pestov 2008-02-24 17:40:39 -06:00
parent 425fd8e551
commit 643b3b7dcb
1 changed files with 1 additions and 3 deletions

View File

@ -29,9 +29,7 @@ SYMBOL: bootstrap-time
: compile-remaining ( -- )
"Compiling remaining words..." print flush
vocabs [
words "compile" "compiler" lookup execute
] each ;
vocabs [ words compile ] each ;
: count-words ( pred -- )
all-words swap subset length number>string write ;