From a69404a169eef1e34c1751a625ba2545f7d78c84 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 10 Jan 2009 13:24:18 +0000 Subject: voice-family svn path=/trunk/libcss/; revision=6015 --- src/bytecode/opcodes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bytecode') 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, -- cgit v1.2.3