From 8d9dbc680bc2e72a2c276771cbeb5ac395900354 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 4 Dec 2008 01:11:27 +0000 Subject: counter-increment svn path=/trunk/libcss/; revision=5878 --- src/bytecode/opcodes.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/bytecode') diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h index 790b93b..1bdd823 100644 --- a/src/bytecode/opcodes.h +++ b/src/bytecode/opcodes.h @@ -155,15 +155,13 @@ enum op_content { }; enum op_counter_increment { - COUNTER_INCREMENT_STRING = 0x0080, - COUNTER_INCREMENT_INTEGER = 0x0081, + COUNTER_INCREMENT_NAMED = 0x0080, COUNTER_INCREMENT_NONE = 0x0000, }; enum op_counter_reset { - COUNTER_RESET_STRING = 0x0080, - COUNTER_RESET_INTEGER = 0x0081, + COUNTER_RESET_NAMED = 0x0080, COUNTER_RESET_NONE = 0x0000, }; -- cgit v1.2.3