]> git.eshelyaron.com Git - emacs.git/commit
Fix some glitches in previous change.
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 27 Aug 2014 04:15:20 +0000 (08:15 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 27 Aug 2014 04:15:20 +0000 (08:15 +0400)
commit7fb78a081b8272034515dcb74e18034f5f71363d
tree5eb03486ed1a503b328f65de90898b5b85a69310
parentfbc11fe8d86857fc167783424546740600b5daac
Fix some glitches in previous change.
* sysdep.c (stack_direction): Replace stack_grows_down
to simplify calculation of stack boundaries.
(handle_sigsegv): Check whether we really crash somewhere near
to stack boundary, and handle fatal signal as usual if not.
(init_sigsegv): Adjust accordingly.
src/ChangeLog
src/keyboard.c
src/sysdep.c