aboutsummaryrefslogtreecommitdiffstats
path: root/src/bidi.c
diff options
context:
space:
mode:
authorStefan Monnier2011-03-21 12:42:16 -0400
committerStefan Monnier2011-03-21 12:42:16 -0400
commitcafdcef32d55cbb44389d7e322e7f973cbb72dfd (patch)
tree7ee0c41ea8a589650ce6f4311fb10e61a63807b9 /src/bidi.c
parenta08a25d7aaf251aa18f2ef747be53734bc55cae9 (diff)
parent4e05e67e4cd0bc1b0a4ef3176a4d0d91c6b3738e (diff)
downloademacs-cafdcef32d55cbb44389d7e322e7f973cbb72dfd.tar.gz
emacs-cafdcef32d55cbb44389d7e322e7f973cbb72dfd.zip
Merge from trunk
Diffstat (limited to 'src/bidi.c')
-rw-r--r--src/bidi.c3
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
183void 182static void
184bidi_check_type (bidi_type_t type) 183bidi_check_type (bidi_type_t type)
185{ 184{
186 if (type < UNKNOWN_BT || type > NEUTRAL_ON) 185 if (type < UNKNOWN_BT || type > NEUTRAL_ON)