1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* Fix bootstrap with checking enabled

* lisp/emacs-lisp/comp.el (comp--limplify-top-level): Set function
safety.
This commit is contained in:
Andrea Corallo 2024-05-16 07:42:14 +02:00
parent 59b889885d
commit 1b622ff66e

View file

@ -1669,7 +1669,8 @@ into the C code forwarding the compilation unit."
;; the last function being ;; the last function being
;; registered. ;; registered.
:frame-size 2 :frame-size 2
:speed (comp-ctxt-speed comp-ctxt))) :speed (comp-ctxt-speed comp-ctxt)
:safety (comp-ctxt-safety comp-ctxt)))
(comp-func func) (comp-func func)
(comp-pass (make-comp-limplify (comp-pass (make-comp-limplify
:curr-block (make--comp-block-lap -1 0 'top-level) :curr-block (make--comp-block-lap -1 0 'top-level)