mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
Fixed typo
This commit is contained in:
parent
c9e33f00e8
commit
2b2ae457ee
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ si_load_foreign_module(cl_object filename)
|
|||
cl_object output;
|
||||
int i;
|
||||
|
||||
filename = cl_coerce_to_filename(filename);
|
||||
filename = si_coerce_to_filename(filename);
|
||||
|
||||
#ifdef ECL_THREADS
|
||||
mp_get_lock(1, ecl_symbol_value(@'mp::+load-compile-lock+'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue