mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 22:01:36 -08:00
Changed error message for c-inline
This commit is contained in:
parent
06d474e33b
commit
be2136dca2
1 changed files with 2 additions and 2 deletions
|
|
@ -507,8 +507,8 @@
|
|||
(unless (and (listp arguments)
|
||||
(listp arg-types)
|
||||
(stringp c-expression))
|
||||
(cmperr "C-INLINE: wrong type of arguments ~S"
|
||||
arguments arg-types c-expression))
|
||||
(cmperr "C-INLINE: syntax error in ~S"
|
||||
(list* 'c-inline args)))
|
||||
(do ((processed-arguments '())
|
||||
(processed-arg-types '()))
|
||||
((and (endp arguments) (endp arg-types))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue