From 597e88eecb2155f78a8066659968561dd8810be7 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 10 Oct 2011 20:59:13 -0700 Subject: [PATCH] bootstrap.compiler: now that C types are named by words, we don't have to load alien.complex on bootstrap --- basis/bootstrap/compiler/compiler.factor | 1 - 1 file changed, 1 deletion(-) diff --git a/basis/bootstrap/compiler/compiler.factor b/basis/bootstrap/compiler/compiler.factor index 7d32ba1422..0e88acb4c8 100644 --- a/basis/bootstrap/compiler/compiler.factor +++ b/basis/bootstrap/compiler/compiler.factor @@ -129,7 +129,6 @@ gc " done" print flush "alien.syntax" require - "alien.complex" require "io.streams.byte-array.fast" require ] unless