FUNCTION forms have output type FUNCTION

This commit is contained in:
Juan Jose Garcia Ripoll 2009-02-15 19:39:47 +01:00
parent fffb57cc2a
commit b331ae3523

View file

@ -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))))