mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
The load-compile lock is now recursive
This commit is contained in:
parent
1364a32487
commit
bf871eba33
1 changed files with 1 additions and 1 deletions
|
|
@ -722,7 +722,7 @@ cl_boot(int argc, char **argv)
|
|||
*/
|
||||
#ifdef ECL_THREADS
|
||||
ECL_SET(@'mp::+load-compile-lock+',
|
||||
mp_make_lock(2, @':name', @'mp::+load-compile-lock+'));
|
||||
ecl_make_lock(@'mp::+load-compile-lock+', 1));
|
||||
#endif
|
||||
aux = cl_list(
|
||||
#ifdef ENABLE_DLOPEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue