]> gitweb.factorcode.org Git - factor.git/commitdiff
oops, didnt mean to remove these two lines
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 29 Jan 2009 19:38:07 +0000 (13:38 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 29 Jan 2009 19:38:07 +0000 (13:38 -0600)
vm/factor.c

index 8bdafb77ec95b4f7912fc5a8a3275b73c168d058..d9042c945563a854a3b149dc9df24ea554b72c25 100755 (executable)
@@ -120,6 +120,9 @@ void init_factor(F_PARAMETERS *p)
        init_c_io();
        init_signals();
 
+       if(p->console)
+               open_console();
+
        stack_chain = NULL;
        profiling_p = false;
        performing_gc = false;