]> git.eshelyaron.com Git - emacs.git/commit
Port data-tests-popcnt to 32-bit Emacs
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Mar 2018 23:08:27 +0000 (16:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Mar 2018 23:08:53 +0000 (16:08 -0700)
commitcae9e0fa0358d6323b57a288b5661dc72d36356d
treef4eec6361449e6c78624652cde29817c8f26d26e
parent3b42c083b658649a300594a5499db73b0a49152f
Port data-tests-popcnt to 32-bit Emacs

* test/src/data-tests.el (data-tests-popcnt):
Don’t assume Emacs integers can represent 32-bit quantities.
Change to a simple and straightforward approach, since runtime
performance is not important here.
test/src/data-tests.el