mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Fixed typo.
This commit is contained in:
parent
75d0ea3434
commit
85cf59cee6
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
(otherwise
|
||||
(let* ((*inline-blocks* 0)
|
||||
(*temp* *temp*)
|
||||
(function-p (and (subtypep (c1form-type form) 'function)
|
||||
(function-p (and (subtypep (c1form-primary-type form) 'function)
|
||||
(policy-assume-right-type))))
|
||||
(unless loc
|
||||
(setf loc (maybe-save-value form args)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue