mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
Fixed typo in cmptype-prop.lsp
This commit is contained in:
parent
eb9e2d30a1
commit
f6ed398f40
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
(actual-type (location-primary-type value))
|
||||
(intersection (type-and actual-type expected-type)))
|
||||
(unless intersection
|
||||
(cmpwarn-stype "The argument ~d of function ~a has type~&~4T~A~&instead of expected~&~4T~A"
|
||||
(cmpwarn-style "The argument ~d of function ~a has type~&~4T~A~&instead of expected~&~4T~A"
|
||||
i fname actual-type expected-type))
|
||||
#-new-cmp
|
||||
(when (zerop (cmp-env-optimization 'safety))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue