]> git.eshelyaron.com Git - emacs.git/commit
Prefer ‘double’ for FP temps in xterm.c
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Aug 2017 23:15:59 +0000 (16:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Aug 2017 23:17:39 +0000 (16:17 -0700)
commitdaf434b40d61e8cc99485988017a4a95ff475922
tree201c593baa44d6d59478b8a35458dd3154742cf0
parentbd9ad2ea1051a73e30e720b90cf413ee93a977f7
Prefer ‘double’ for FP temps in xterm.c

* src/xterm.c (xm_scroll_callback, xaw_jump_callback)
(x_set_toolkit_scroll_bar_thumb)
(x_set_toolkit_horizontal_scroll_bar_thumb): Prefer ‘double’ to
‘float’ for individual local floating-point temporaries.
src/xterm.c