mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-21 01:00:38 -07:00
Premature exit out of USE-PACKAGE when a symbol can not be imported.
This commit is contained in:
parent
aa12f9de8c
commit
4910aaf61a
1 changed files with 1 additions and 0 deletions
|
|
@ -796,6 +796,7 @@ ecl_use_package(cl_object x, cl_object p)
|
|||
if (intern_flag && here != there
|
||||
&& ! ecl_member_eq(there, p->pack.shadowings)) {
|
||||
error = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue