]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/src/comp-tests.el: Explain the last change.
authorEli Zaretskii <eliz@gnu.org>
Tue, 13 Sep 2022 12:21:54 +0000 (15:21 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 13 Sep 2022 12:21:54 +0000 (15:21 +0300)
test/src/comp-tests.el

index a5f33069e01b87bbbb0840664742419e1c59a1e6..b85d365b0b0f4727afc069ec2a2d0d27c9c6f491 100644 (file)
@@ -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: