diff options
| author | Eli Zaretskii | 2014-09-24 11:30:42 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-09-24 11:30:42 +0300 |
| commit | 027fa018a9cf6a0454d985a427e68bc72c70299d (patch) | |
| tree | 5427c5a83328ab3c10c892a7e710c84d886fd619 /src/dispextern.h | |
| parent | f0d89bb4d7a0a2013ecaa134af7c9c902e04c1cd (diff) | |
| download | emacs-027fa018a9cf6a0454d985a427e68bc72c70299d.tar.gz emacs-027fa018a9cf6a0454d985a427e68bc72c70299d.zip | |
Remove the ignore_bn_limit ``optimization''.
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index e0701f34a41..c823194bd6b 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -1959,7 +1959,6 @@ struct bidi_it { | |||
| 1959 | struct bidi_saved_info next_for_ws; /* character after sequence of ws */ | 1959 | struct bidi_saved_info next_for_ws; /* character after sequence of ws */ |
| 1960 | ptrdiff_t next_en_pos; /* pos. of next char for determining ET type */ | 1960 | ptrdiff_t next_en_pos; /* pos. of next char for determining ET type */ |
| 1961 | bidi_type_t next_en_type; /* type of char at next_en_pos */ | 1961 | bidi_type_t next_en_type; /* type of char at next_en_pos */ |
| 1962 | ptrdiff_t ignore_bn_limit; /* position until which to ignore BNs */ | ||
| 1963 | bidi_dir_t sos; /* direction of start-of-sequence in effect */ | 1962 | bidi_dir_t sos; /* direction of start-of-sequence in effect */ |
| 1964 | int scan_dir; /* direction of text scan, 1: forw, -1: back */ | 1963 | int scan_dir; /* direction of text scan, 1: forw, -1: back */ |
| 1965 | ptrdiff_t disp_pos; /* position of display string after ch */ | 1964 | ptrdiff_t disp_pos; /* position of display string after ch */ |