1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/emacs-lisp/comp.el: Make it loadable in vanilla builds (bug#48021).

This commit is contained in:
Andrea Corallo 2021-04-26 22:45:08 +02:00
parent fbfb503012
commit 4396ef5a38

View file

@ -552,6 +552,8 @@ Useful to hook into pass checkers.")
(signal (function (symbol t) nil)))
"Alist used for type propagation.")
(defvar comp-ctxt) ; To make comp.el loadable in non native comp builds.
(defconst comp-known-func-cstr-h
(cl-loop
with comp-ctxt = (make-comp-cstr-ctxt)