summaryrefslogtreecommitdiff
path: root/src/bytecode
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode')
-rw-r--r--src/bytecode/opcodes.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h
index 966ed88..f69539f 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -295,8 +295,8 @@ enum op_height {
};
enum op_left {
- LEFT_SET = 0x0080,
- LEFT_AUTO = 0x0000
+ LEFT_SET = BOTTOM_SET,
+ LEFT_AUTO = BOTTOM_AUTO
};
enum op_letter_spacing {
@@ -472,9 +472,8 @@ enum op_richness {
};
enum op_right {
- RIGHT_SET = 0x0080,
-
- RIGHT_AUTO = 0x0000
+ RIGHT_SET = BOTTOM_SET,
+ RIGHT_AUTO = BOTTOM_AUTO
};
enum op_speak_header {
@@ -547,9 +546,8 @@ enum op_text_transform {
};
enum op_top {
- TOP_SET = 0x0080,
-
- TOP_AUTO = 0x0000
+ TOP_SET = BOTTOM_SET,
+ TOP_AUTO = BOTTOM_AUTO
};
enum op_unicode_bidi {