factor 0.66 ready

cvs
Slava Pestov 2004-10-10 01:58:16 +00:00
parent b82f596d6f
commit ef4125a784
2 changed files with 3 additions and 1 deletions

View File

@ -115,5 +115,5 @@ SYMBOL: compilable-word-list
: init-compiler ( -- ) : init-compiler ( -- )
#! Compile all words. #! Compile all words.
compilable-word-list get [ compilable-word-list get [
[ compile ] [ cannot-compile ] catch [ compile ] [ [ cannot-compile ] when ] catch
] each ; ] each ;

View File

@ -1,5 +1,7 @@
! Loaded on non-x86 platforms. ! Loaded on non-x86 platforms.
IN: compiler
SYMBOL: compilable-word-list SYMBOL: compilable-word-list
: compilable-words f ; : compilable-words f ;
: init-assembler ;
: init-compiler ; : init-compiler ;