mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-19 00:20:19 -07:00
Fixed typo in proclaim (J. James).
This commit is contained in:
parent
daf5ecc82c
commit
87d159a45d
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
|||
;; FIXME! IGNORED!
|
||||
(dolist (var (cdr decl))
|
||||
(unless (si::valid-function-name-p var)
|
||||
(error "Not a valid function name ~s in ~s proclamation" fun decl-name))))
|
||||
(error "Not a valid function name ~s in ~s proclamation" var decl-name))))
|
||||
(DECLARATION
|
||||
(validate-alien-declaration (rest decl) #'error)
|
||||
(setf si::*alien-declarations*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue