mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
Missing argument for a warning
This commit is contained in:
parent
65c1dbb06f
commit
a2b6887e83
1 changed files with 2 additions and 1 deletions
|
|
@ -647,7 +647,8 @@ after compilation."
|
|||
(warn "COMPILE can not compile generic functions yet")
|
||||
(return-from compile (values def t nil)))
|
||||
((null (setq form (function-lambda-expression def)))
|
||||
(warn "We have lost the original function definition for ~s. Compilation to C failed")
|
||||
(warn "We have lost the original function definition for ~s. Compilation to C failed"
|
||||
name)
|
||||
(return-from compile (values def t nil)))
|
||||
(t
|
||||
(setq form `(setf (symbol-function ',name) #',form))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue