]> git.eshelyaron.com Git - emacs.git/commit
* emacs.c: Integer overflow minor fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Jul 2011 22:45:25 +0000 (15:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Jul 2011 22:45:25 +0000 (15:45 -0700)
commitb312a4929d4ed7bc900a54f506905801f860ce7c
tree4611760e16c6f7c937376960795c688e12cc2f2d
parentdfd153ae803962a5eaffe8a65e77f749c0574edf
* emacs.c: Integer overflow minor fix.

(heap_bss_diff): Now uprintmax_t, not unsigned long.  All used changed.
Define only if GNU_LINUX.
(main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
src/ChangeLog
src/emacs.c