]> gitweb.factorcode.org Git - factor.git/commitdiff
bootstrap.compiler: now that C types are named by words, we don't have to load alien...
authorSlava Pestov <slava@factorcode.org>
Tue, 11 Oct 2011 03:59:13 +0000 (20:59 -0700)
committerSlava Pestov <slava@factorcode.org>
Tue, 11 Oct 2011 04:09:58 +0000 (21:09 -0700)
basis/bootstrap/compiler/compiler.factor

index 7d32ba142277143298ee69a2d1b724cfe370a9b5..0e88acb4c89eeecf5046683e22a773938f125050 100644 (file)
@@ -129,7 +129,6 @@ gc
     " done" print flush
 
     "alien.syntax" require
-    "alien.complex" require
     "io.streams.byte-array.fast" require
 
 ] unless