Index: core/include/fxcrt/fx_ucd.h |
diff --git a/core/include/fxcrt/fx_ucd.h b/core/include/fxcrt/fx_ucd.h |
index e091f8bd8a513eba36b27a50a30c5518afea7fad..a670640306ae041eb370d1c55f2a11afd7839078 100644 |
--- a/core/include/fxcrt/fx_ucd.h |
+++ b/core/include/fxcrt/fx_ucd.h |
@@ -11,6 +11,7 @@ |
#define FX_BIDICLASSBITS 6 |
#define FX_BIDICLASSBITSMASK (31 << FX_BIDICLASSBITS) |
+ |
enum FX_BIDICLASS { |
FX_BIDICLASS_ON = 0, // Other Neutral |
FX_BIDICLASS_L = 1, // Left Letter |