diff options
Diffstat (limited to 'src/bidi.c')
| -rw-r--r-- | src/bidi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bidi.c b/src/bidi.c index eeacf65bd5c..3457e177436 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -72,7 +72,6 @@ static Lisp_Object bidi_type_table, bidi_mirror_table; | |||
| 72 | #define RLO_CHAR 0x202E | 72 | #define RLO_CHAR 0x202E |
| 73 | 73 | ||
| 74 | #define BIDI_EOB -1 | 74 | #define BIDI_EOB -1 |
| 75 | #define BIDI_BOB -2 /* FIXME: Is this needed? */ | ||
| 76 | 75 | ||
| 77 | /* Local data structures. (Look in dispextern.h for the rest.) */ | 76 | /* Local data structures. (Look in dispextern.h for the rest.) */ |
| 78 | 77 | ||
| @@ -180,7 +179,7 @@ bidi_get_type (int ch, bidi_dir_t override) | |||
| 180 | } | 179 | } |
| 181 | } | 180 | } |
| 182 | 181 | ||
| 183 | void | 182 | static void |
| 184 | bidi_check_type (bidi_type_t type) | 183 | bidi_check_type (bidi_type_t type) |
| 185 | { | 184 | { |
| 186 | if (type < UNKNOWN_BT || type > NEUTRAL_ON) | 185 | if (type < UNKNOWN_BT || type > NEUTRAL_ON) |