From 5cfa4a76771a1c492df4e226640076deeca03f41 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 13 Mar 2009 19:42:35 -0500 Subject: [PATCH] Update primitives.factor for compiler.units changes --- core/bootstrap/primitives.factor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/bootstrap/primitives.factor b/core/bootstrap/primitives.factor index 0b8583bb81..175735644d 100644 --- a/core/bootstrap/primitives.factor +++ b/core/bootstrap/primitives.factor @@ -47,10 +47,10 @@ init-caches ! Trivial recompile hook. We don't want to touch the code heap ! during stage1 bootstrap, it would just waste time. -! SINGLETON: dummy-compiler -! M: dummy-compiler recompile drop { } ; -! dummy-compiler compiler-impl set -[ drop { } ] recompile-hook set +SINGLETON: dummy-compiler +M: dummy-compiler recompile drop { } ; +dummy-compiler compiler-impl set + call call call