summaryrefslogtreecommitdiff
path: root/src/bytecode/opcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/opcodes.h')
-rw-r--r--src/bytecode/opcodes.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h
index a6a477b..b97b738 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -327,14 +327,13 @@ enum op_list_style_type {
LIST_STYLE_TYPE_LOWER_ROMAN = 0x0005,
LIST_STYLE_TYPE_UPPER_ROMAN = 0x0006,
LIST_STYLE_TYPE_LOWER_GREEK = 0x0007,
- LIST_STYLE_TYPE_UPPER_GREEK = 0x0008,
- LIST_STYLE_TYPE_LOWER_LATIN = 0x0009,
- LIST_STYLE_TYPE_UPPER_LATIN = 0x000a,
- LIST_STYLE_TYPE_ARMENIAN = 0x000b,
- LIST_STYLE_TYPE_GEORGIAN = 0x000c,
- LIST_STYLE_TYPE_LOWER_ALPHA = 0x000d,
- LIST_STYLE_TYPE_UPPER_ALPHA = 0x000e,
- LIST_STYLE_TYPE_NONE = 0x000f,
+ LIST_STYLE_TYPE_LOWER_LATIN = 0x0008,
+ LIST_STYLE_TYPE_UPPER_LATIN = 0x0009,
+ LIST_STYLE_TYPE_ARMENIAN = 0x000a,
+ LIST_STYLE_TYPE_GEORGIAN = 0x000b,
+ LIST_STYLE_TYPE_LOWER_ALPHA = 0x000c,
+ LIST_STYLE_TYPE_UPPER_ALPHA = 0x000d,
+ LIST_STYLE_TYPE_NONE = 0x000e,
};
enum op_margin {