From 22fb002fd498cc20dee13a0b398d43ab8f2794e2 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 16 Nov 2007 21:07:36 -0500 Subject: [PATCH] Ensure libc init hook is added before io init hook --- core/bootstrap/stage1.factor | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/bootstrap/stage1.factor b/core/bootstrap/stage1.factor index df59afccb0..cda75fedf6 100755 --- a/core/bootstrap/stage1.factor +++ b/core/bootstrap/stage1.factor @@ -25,6 +25,10 @@ vocabs.loader system ; "math.integers" require "math.floats" require "memory" require + + ! this must add its init hook before io.backend does + "libc" require + "io.streams.c" require "vocabs.loader" require "syntax" require