]> gitweb.factorcode.org Git - factor.git/blobdiff - core/init/init.factor
Create basis vocab root
[factor.git] / core / init / init.factor
index 6ee11c76fcd00db779c0a094af326f9c5c014364..953340b985a5c064ece12fbc4516ba5e7b50e22d 100755 (executable)
@@ -1,4 +1,4 @@
-! Copyright (C) 2004, 2007 Slava Pestov.
+! Copyright (C) 2004, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: continuations continuations.private kernel
 kernel.private sequences assocs namespaces namespaces.private ;
@@ -15,7 +15,7 @@ init-hooks global [ drop V{ } clone ] cache drop
     dup init-hooks get at [ over call ] unless
     init-hooks get set-at ;
 
-: boot ( -- ) init-namespaces init-catchstack ;
+: boot ( -- ) init-namespaces init-catchstack init-error-handler ;
 
 : boot-quot ( -- quot ) 20 getenv ;