]> git.eshelyaron.com Git - emacs.git/commit
Fix expt signedness bug --without-wide-int
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Aug 2018 17:05:41 +0000 (10:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Aug 2018 17:06:12 +0000 (10:06 -0700)
commitecd7a9407711ebe24d7e07d4402a2d66754ee693
treedf04b5ad6ac33eea74b3972cb5b3404e9c8e1fd6
parent5c3dba24ef5f40825a01e30d2790c66df202b8b1
Fix expt signedness bug --without-wide-int

Problem reported by Federico in:
https://lists.gnu.org/r/emacs-devel/2018-08/msg00619.html
* src/floatfns.c (Fexpt): Use TYPE_RANGED_FIXNUMP, not
RANGED_FIXNUMP, to fix bug with unsigned comparison on
platforms built --without-wide-int.
src/floatfns.c