mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
FUNCTION forms have output type FUNCTION
This commit is contained in:
parent
fffb57cc2a
commit
b331ae3523
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@
|
|||
(incf (var-ref var))
|
||||
(add-to-read-nodes var (make-c1form* 'VAR :args var)))
|
||||
(make-c1form* 'FUNCTION
|
||||
:type 'FUNCTION
|
||||
:sp-change (not (and (symbolp fun)
|
||||
(get-sysprop fun 'NO-SP-CHANGE)))
|
||||
:args 'GLOBAL nil fun))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue