Fixed typo and removed debug statement.

This commit is contained in:
Juan Jose Garcia Ripoll 2008-10-11 19:38:04 +02:00
parent 55cea1530c
commit 18f24ea071

View file

@ -267,9 +267,9 @@ cl_boot(int argc, char **argv)
init_unixint(0);
init_alloc();
GC_disable();
pause();
env = _ecl_alloc_env();
#if !defined(ECL_THREADS) || defined(WITH__THREAD)
cl_env_p = _ecl_alloc_env();
cl_env_p = env;
#else
init_threads(env);
#endif