mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
lambda-list: Improve error message in c-compiler
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
parent
5340b92ab8
commit
7b3373ece8
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ The function thus belongs to the type of functions that ecl_make_cfun accepts."
|
|||
|
||||
(defun cmp-process-lambda-list (list)
|
||||
(handler-case (si::process-lambda-list list 'function)
|
||||
(error (c) (cmperr "Illegal lambda list ~S" list))))
|
||||
(error (c) (cmperr "Illegal lambda list ~S:~%~A" list c))))
|
||||
|
||||
(defun c1lambda-expr (lambda-expr function-name block-name
|
||||
&aux doc body ss is ts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue