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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h
index 330489e..790b93b 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -140,7 +140,11 @@ enum op_content {
CONTENT_STRING = 0x0080,
CONTENT_URI = 0x0081,
CONTENT_COUNTER = 0x0082,
- CONTENT_ATTR = 0x0083,
+ CONTENT_COUNTERS = 0x0083,
+ CONTENT_ATTR = 0x0084,
+
+ CONTENT_COUNTER_STYLE_SHIFT = 8,
+ CONTENT_COUNTERS_STYLE_SHIFT = 8,
CONTENT_NORMAL = 0x0000,
CONTENT_NONE = 0x0001,