]> git.eshelyaron.com Git - emacs.git/commit
Port modiff changes to GCC 4.8.5
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 17 May 2023 17:53:26 +0000 (10:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 17 May 2023 17:55:50 +0000 (10:55 -0700)
commit0bba1b8c3df8b7b53e08fd69dcc832d253e7a2d1
tree236ae0b91871b5ea2b74704505468b1266dc7792
parent8a92d00470b7797af58c39cd9d19a913373dc50e
Port modiff changes to GCC 4.8.5

Problem reported by Spencer Baugh.
* src/lisp.h (elogb): Now simply a function on unsigned long long int.
This avoids problems porting to GCC 4.8.5 20150623 (Red Hat 4.8.5-44).
There may be a minor runtime cost on 32-bit platforms but it’s
not worth worrying about.
src/lisp.h