]> git.eshelyaron.com Git - emacs.git/commit
Compute function type for native compiled functions
authorAndrea Corallo <akrl@sdf.org>
Mon, 28 Dec 2020 10:25:39 +0000 (11:25 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 28 Dec 2020 15:09:31 +0000 (16:09 +0100)
commite532ec95529224025465421e97243fda7b559d9a
treeae52d8e634a380a6e769875dda1e3f1a9686f9d4
parent8a0467e2ef3c29fc0e9aaec7b6436c9a9bb279d6
Compute function type for native compiled functions

* lisp/emacs-lisp/comp.el (comp-func): `type' rename from
`ret-type-specifier'.
(comp-args-to-lambda-list): New function.
(comp-compute-function-type): New function from
`comp-ret-type-spec'.
(comp-final): Update.
* test/src/comp-tests.el (comp-tests-check-ret-type-spec): Update.
lisp/emacs-lisp/comp.el
test/src/comp-tests.el