summaryrefslogtreecommitdiff
path: root/src/bytecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.h')
-rw-r--r--src/bytecode.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/bytecode.h b/src/bytecode.h
index 06d463e9..9d443fe5 100644
--- a/src/bytecode.h
+++ b/src/bytecode.h
@@ -259,17 +259,15 @@ typedef unsigned char uchar;
#define IN_PARSE_INIT_BKT 0xa1
#define IN_PARSE_FRAG_BKT 0xa6
+#define IN_PRINT_TREE 0xa3
+
#define IN_SEND_NOTHING 0xa0
#define IN_SEND_TEXT_W 0x89
#define IN_SEND_TEXT_BKT 0x8a
-#define IN_PRINT_TREE 0xa3
-
#define IN_SEND_TREE_W 0xa9
#define IN_SEND_TREE_BKT 0xaa
-#define IN_REPLACE_STREAM 0x88
-
#define IN_SEND_STREAM_W 0x90
#define IN_SEND_STREAM_BKT 0x1c