summaryrefslogtreecommitdiff
path: root/src/bytecode/opcodes.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-12-04 01:11:27 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-12-04 01:11:27 +0000
commit8d9dbc680bc2e72a2c276771cbeb5ac395900354 (patch)
treeccea0409b9c71c606c5e404d0a7c8a0e69bdcf04 /src/bytecode/opcodes.h
parentc57b435f9eea39e5c1c4a1238174e8c60fea8cd4 (diff)
downloadlibcss-8d9dbc680bc2e72a2c276771cbeb5ac395900354.tar.gz
libcss-8d9dbc680bc2e72a2c276771cbeb5ac395900354.tar.bz2
counter-increment
svn path=/trunk/libcss/; revision=5878
Diffstat (limited to 'src/bytecode/opcodes.h')
-rw-r--r--src/bytecode/opcodes.h6
1 files changed, 2 insertions, 4 deletions
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,
};