mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
Fix typo.
This commit is contained in:
parent
a682c5accb
commit
84e4a9bb92
1 changed files with 1 additions and 1 deletions
|
|
@ -2166,7 +2166,7 @@ OUTPUT:
|
|||
body)
|
||||
|
||||
ILLEGAL_LAMBDA:
|
||||
FEprogram_error("LAMBDA: Illegal lambda list ~S.", 0);
|
||||
FEprogram_error("LAMBDA: Illegal lambda list ~S.", 1, CAR(lambda));
|
||||
@)
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue