summaryrefslogtreecommitdiff
path: root/src/bytecode/opcodes.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-10 13:24:18 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-10 13:24:18 +0000
commita69404a169eef1e34c1751a625ba2545f7d78c84 (patch)
treec2732a922daf5203328fba1929bfe2143086cd9c /src/bytecode/opcodes.h
parent061f6295064ac019a1373d5cde78be2be7e0c393 (diff)
downloadlibcss-a69404a169eef1e34c1751a625ba2545f7d78c84.tar.gz
libcss-a69404a169eef1e34c1751a625ba2545f7d78c84.tar.bz2
voice-family
svn path=/trunk/libcss/; revision=6015
Diffstat (limited to 'src/bytecode/opcodes.h')
-rw-r--r--src/bytecode/opcodes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h
index d6e5baf..64b9d26 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -584,7 +584,8 @@ enum op_visibility {
};
enum op_voice_family {
- VOICE_FAMILY_SET = 0x0080,
+ VOICE_FAMILY_STRING = 0x0080,
+ VOICE_FAMILY_IDENT_LIST = 0x0081,
VOICE_FAMILY_END = 0x0000,