emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 83531a336d: ; * test/src/comp-tests.el: Explain the last change.


From: Eli Zaretskii
Subject: master 83531a336d: ; * test/src/comp-tests.el: Explain the last change.
Date: Tue, 13 Sep 2022 08:22:39 -0400 (EDT)

branch: master
commit 83531a336db21364c53439ba1e9d6ee76db73efe
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * test/src/comp-tests.el: Explain the last change.
---
 test/src/comp-tests.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index a5f33069e0..b85d365b0b 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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]