diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-04-17 14:09:01 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-04-17 14:11:30 -0700 |
commit | 2cb7e8669c3cdd0f7f0687e01810a3160d6b5c5b (patch) | |
tree | 21fd3ca5914224a2478d7c528e68d0ca64ceddc1 /src/bytecode.c | |
parent | fadfde5fdf2fd8fc3b3b4ba430a954a89d0cd1fe (diff) | |
download | emacs-2cb7e8669c3cdd0f7f0687e01810a3160d6b5c5b.tar.gz |
Port recent character.h changes to --with-wide-int
* src/fns.c (mapcar1):
* src/keymap.c (Fkey_description):
* src/syntax.c (scan_lists):
Prefer ptrdiff_t to EMACS_INT where either will do; this fixes
newly-introduced type errors on --with-wide-int platforms where
ptrdiff_t is narrower than EMACS_INT.
* src/keymap.c (Fkey_description): Rework for clarity; remove goto.
* src/syntax.c (scan_words, Fforward_comment, scan_lists)):
Fix unlikely integer overflow problems that can occur on
--with-wide-int platforms, and that were caught by the recent
character.h changes.
Diffstat (limited to 'src/bytecode.c')
0 files changed, 0 insertions, 0 deletions