projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd22694
)
; * test/src/comp-tests.el: Explain the last change.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 13 Sep 2022 12:21:54 +0000
(15:21 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 13 Sep 2022 12:21:54 +0000
(15:21 +0300)
test/src/comp-tests.el
patch
|
blob
|
history
diff --git
a/test/src/comp-tests.el
b/test/src/comp-tests.el
index a5f33069e01b87bbbb0840664742419e1c59a1e6..b85d365b0b0f4727afc069ec2a2d0d27c9c6f491 100644
(file)
--- 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: