mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-31 14:50:50 -08:00
LOAD-FOREIGN-MODULE now also accepts pathnames
This commit is contained in:
parent
36b1af61d1
commit
a9ac64e495
1 changed files with 2 additions and 0 deletions
|
|
@ -417,6 +417,8 @@ si_load_foreign_module(cl_object filename)
|
|||
cl_object output;
|
||||
int i;
|
||||
|
||||
filename = cl_namestring(cl_truename(filename));
|
||||
|
||||
#ifdef ECL_THREADS
|
||||
mp_get_lock(1, ecl_symbol_value(@'mp::+load-compile-lock+'));
|
||||
CL_UNWIND_PROTECT_BEGIN {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue