mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-30 02:02:38 -07:00
Really fix int/EMACS_INT use in bidi.c.
bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer positions. (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer positions.
This commit is contained in:
parent
145582a02c
commit
61bfec9843
2 changed files with 11 additions and 6 deletions
|
|
@ -1,5 +1,10 @@
|
|||
2010-09-24 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
|
||||
positions.
|
||||
(bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
|
||||
positions.
|
||||
|
||||
* buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
|
||||
(struct sortstrlist, overlay_str_len): Use EMACS_INT for string
|
||||
length.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue