mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 23:30:40 -08:00
ecl_boot=1 is required before init_CLOS() so that clear_compiler_properties()
works.
This commit is contained in:
parent
7489558f2b
commit
05950d2eb9
1 changed files with 4 additions and 2 deletions
|
|
@ -109,9 +109,11 @@ init_lisp(void)
|
|||
#ifdef RUNTIME
|
||||
SYM_VAL(@'*features*') = CONS(make_keyword("RUNTIME"), SYM_VAL(@'*features*'));
|
||||
#endif
|
||||
/* This has to come before init_LSP/CLOS, because we need
|
||||
* clear_compiler_properties() to work in init_CLOS(). */
|
||||
ecl_booted = 1;
|
||||
|
||||
lex_env = Cnil;
|
||||
init_LSP();
|
||||
init_CLOS();
|
||||
|
||||
ecl_booted = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue