mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 23:30:40 -08:00
Lambda lists of interpreted functions should have no limitation.
This commit is contained in:
parent
4ad0b6c0ec
commit
e2f5ecd373
1 changed files with 1 additions and 1 deletions
|
|
@ -2172,7 +2172,7 @@ AUX:
|
|||
}
|
||||
|
||||
OUTPUT:
|
||||
if ((nreq+nopt+(!Null(rest))+nkey) >= LAMBDA_PARAMETERS_LIMIT)
|
||||
if ((nreq+nopt+(!Null(rest))+nkey) >= CALL_ARGUMENTS_LIMIT)
|
||||
FEprogram_error("LAMBDA: Argument list ist too long, ~S.", 1,
|
||||
CAR(lambda));
|
||||
@(return CONS(MAKE_FIXNUM(nreq), cl_nreverse(reqs))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue