mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-12 07:50:26 -07:00
cmp: replace magic number with a defined constant
The magic number was wrong anyway.
This commit is contained in:
parent
f3c6e4ccef
commit
adace6ba08
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ The function thus belongs to the type of functions that ecl_make_cfun accepts."
|
|||
(format nil "lex~D" (1- *level*)))
|
||||
(t "narg"))))
|
||||
(if (setq simple-varargs (and (not (or rest keywords allow-other-keys))
|
||||
(< (+ nreq nopt) 30)))
|
||||
(<= (+ nreq nopt) si::c-arguments-limit)))
|
||||
(wt-nl "va_list args; va_start(args,"
|
||||
(last-variable)
|
||||
");")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue