diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-03-22 09:32:50 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-03-22 09:33:33 -0700 |
commit | 011186279c1041e790b81af72981547d623d9b29 (patch) | |
tree | e824765068a0c968f2989244d3add1e7bce27b26 /lisp/emacs-lisp/edebug.el | |
parent | 2849477af22a1e20a86da7743562495e00b3a1b7 (diff) | |
download | emacs-011186279c1041e790b81af72981547d623d9b29.tar.gz emacs-011186279c1041e790b81af72981547d623d9b29.tar.bz2 emacs-011186279c1041e790b81af72981547d623d9b29.zip |
Port emacs-module-tests to 32-bit Emacs
Fix a portability bug when emacs-module-tests.el is byte-compiled
with a 32-bit Emacs (where #x20000000 evaluates to a
floating-point number) and then is run on a 64-bit Emacs (where
the floating-point number causes a test failure).
* test/src/emacs-module-tests.el (mod-test-sum-test):
Don’t assume #x20000000 can be represented as an Emacs integer.
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
0 files changed, 0 insertions, 0 deletions