]> git.eshelyaron.com Git - emacs.git/commit
Fix assertion-violations on non-integers
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Dec 2018 03:00:09 +0000 (19:00 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Dec 2018 03:00:46 +0000 (19:00 -0800)
commitbed56428a6e767d68a974f5ad81bebf035eb44f4
treef6ad2c06068aedb94391920993fe96220124f82f
parent433b6a74ec73608ff06106daee4f53c5175d5297
Fix assertion-violations on non-integers

These bugs were introduced after bignums were added.
* src/data.c (cons_to_unsigned, cons_to_signed):
* src/xdisp.c (calc_line_height_property):
Invoke integer_to_intmax and integer_to_uintmax only on integers.
src/data.c
src/xdisp.c