add doc slot into comp-func struct

This commit is contained in:
Andrea Corallo 2019-11-02 17:33:55 +01:00
parent fb41165adf
commit 03d2dda12f

View file

@ -205,6 +205,8 @@ Is in use to help the SSA rename pass."))
:documentation "The function name in the native world.")
(byte-func nil
:documentation "Byte compiled version.")
(doc nil :type string
:documentation "Doc string.")
(lap () :type list
:documentation "LAP assembly representation.")
(args nil :type comp-args-base)