From 8acba1543ad928ad7f214a201172f72c9b7944ff Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 29 Jan 2009 13:38:07 -0600 Subject: [PATCH] oops, didnt mean to remove these two lines --- vm/factor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vm/factor.c b/vm/factor.c index 8bdafb77ec..d9042c9455 100755 --- a/vm/factor.c +++ b/vm/factor.c @@ -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;