mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 14:21:48 -08:00
Fixed typo and removed debug statement.
This commit is contained in:
parent
55cea1530c
commit
18f24ea071
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue