From 26adbd262c19fc742a2c0e03d36d7bf491f418cd Mon Sep 17 00:00:00 2001 From: slava Date: Tue, 14 Nov 2006 01:12:02 +0000 Subject: [PATCH] Re-order run-bootstrap-init in bootstrap --- library/bootstrap/boot-stage2.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/bootstrap/boot-stage2.factor b/library/bootstrap/boot-stage2.factor index 42d4e4ea04..2d705eb271 100644 --- a/library/bootstrap/boot-stage2.factor +++ b/library/bootstrap/boot-stage2.factor @@ -72,8 +72,6 @@ optimizer parser sequences sequences-internals words ; H{ } clone term-index set-global index-help ] when - run-bootstrap-init - [ boot run-user-init @@ -85,6 +83,8 @@ optimizer parser sequences sequences-internals words ; [ recompile ] parse-hook set-global ] when + run-bootstrap-init + f error set-global f error-continuation set-global