diff options
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
| -rw-r--r-- | lisp/emacs-lisp/comp.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index ab6fd77f11a..a8698ef6454 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el | |||
| @@ -42,6 +42,7 @@ | |||
| 42 | (defvar comp-subr-arities-h) | 42 | (defvar comp-subr-arities-h) |
| 43 | (defvar native-comp-eln-load-path) | 43 | (defvar native-comp-eln-load-path) |
| 44 | (defvar native-comp-enable-subr-trampolines) | 44 | (defvar native-comp-enable-subr-trampolines) |
| 45 | (defvar comp--\#$) | ||
| 45 | 46 | ||
| 46 | (declare-function comp--compile-ctxt-to-file0 "comp.c") | 47 | (declare-function comp--compile-ctxt-to-file0 "comp.c") |
| 47 | (declare-function comp--init-ctxt "comp.c") | 48 | (declare-function comp--init-ctxt "comp.c") |
| @@ -3254,10 +3255,9 @@ Set it into the `type' slot." | |||
| 3254 | ;; from the corresponding m-var. | 3255 | ;; from the corresponding m-var. |
| 3255 | collect (if (gethash obj | 3256 | collect (if (gethash obj |
| 3256 | (comp-ctxt-byte-func-to-func-h comp-ctxt)) | 3257 | (comp-ctxt-byte-func-to-func-h comp-ctxt)) |
| 3257 | ;; Hack not to have `--lambda-fixup' in | 3258 | ;; This prints as #$, so we can assert this |
| 3258 | ;; data relocations as it would trigger the | 3259 | ;; value does not remain in the data vector |
| 3259 | ;; check in 'check_comp_unit_relocs'. | 3260 | comp--\#$ |
| 3260 | (intern (concat (make-string 1 ?-) "-lambda-fixup")) | ||
| 3261 | obj)))) | 3261 | obj)))) |
| 3262 | 3262 | ||
| 3263 | (defun comp--finalize-relocs () | 3263 | (defun comp--finalize-relocs () |