From: Eli Zaretskii Date: Tue, 13 Sep 2022 12:21:54 +0000 (+0300) Subject: ; * test/src/comp-tests.el: Explain the last change. X-Git-Tag: emacs-29.0.90~1856^2~567 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83531a336db21364c53439ba1e9d6ee76db73efe;p=emacs.git ; * test/src/comp-tests.el: Explain the last change. --- diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index a5f33069e01..b85d365b0b0 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el @@ -1472,6 +1472,11 @@ folded." (equal (comp-mvar-typeset mvar) comp-tests-cond-rw-expected-type)))))))) +;; We don't want to byte compile this to avoid recording in the +;; bytecode the architecture-dependent values of most-positive-fixnum +;; and most-negative-fixnum, thus making the byte-compiled file +;; non-portable. + ;; Local Variables: ;; no-byte-compile: t ;; End: