mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-26 11:20:33 -07:00
Fixed typo.
This commit is contained in:
parent
6e01a0fc67
commit
17fc75fcc1
1 changed files with 1 additions and 1 deletions
|
|
@ -2478,7 +2478,7 @@ read_VV(cl_object block, void (*entry_point)(cl_object))
|
|||
x = cl_core.packages_to_be_created;
|
||||
loop_for_on(x) {
|
||||
if ((old_eptbc == OBJNULL) || !ecl_member(x, old_eptbc)) {
|
||||
CEerror(Ct, "The following package was referenced in a~"
|
||||
CEerror(Ct, "The following package was referenced in a "
|
||||
"compiled file, but has not been created: ~A",
|
||||
2, block->cblock.name, CAR(x));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue