Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2009-01-29 13:54:02 -06:00
commit b7ff52016d
1 changed files with 3 additions and 0 deletions

View File

@ -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;