dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer positions.
2010-09-24 Eli Zaretskii <eliz@gnu.org>
+ * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
+ positions.
+
* fns.c (Fcompare_strings, Fstring_lessp, concat)
(string_make_unibyte, Fstring_as_unibyte, Fsubstring)
(Fsubstring_no_properties, substring_both, Ffillarray)
/* Data type for storing information about characters we need to
remember. */
struct bidi_saved_info {
- int bytepos, charpos; /* character's buffer position */
+ EMACS_INT bytepos, charpos; /* character's buffer position */
bidi_type_t type; /* character's resolved bidi type */
bidi_type_t type_after_w1; /* original type of the character, after W1 */
bidi_type_t orig_type; /* type as we found it in the buffer */