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:
parent
59b889885d
commit
1b622ff66e
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue