Premature exit out of USE-PACKAGE when a symbol can not be imported.

This commit is contained in:
Juan Jose Garcia Ripoll 2011-01-30 18:11:22 +01:00
parent aa12f9de8c
commit 4910aaf61a

View file

@ -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;
}
}
}