summaryrefslogtreecommitdiff
path: root/src/bytecode.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-05-11 18:21:09 -0400
committerAdrian Thurston <thurston@colm.net>2018-05-11 18:21:09 -0400
commita6920ce0f199c772ede76f0ae475cbf99d9f58bf (patch)
tree4a72c9835f2a0eaa7504fd456fe0f70daecc0b5d /src/bytecode.h
parent4391ff975a49a0f416bde7c82307989424ef3ff5 (diff)
downloadcolm-a6920ce0f199c772ede76f0ae475cbf99d9f58bf.tar.gz
merged the WC and WV versions of parse instructions
Diffstat (limited to 'src/bytecode.h')
-rw-r--r--src/bytecode.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/bytecode.h b/src/bytecode.h
index adfb38bd..4e013ce4 100644
--- a/src/bytecode.h
+++ b/src/bytecode.h
@@ -260,11 +260,11 @@ typedef unsigned char uchar;
#define IN_PARSE_LOAD 0xa0
#define IN_PARSE_INIT_BKT 0xa1
-#define IN_PARSE_FRAG_WC 0xa2
-#define IN_PARSE_FRAG_EXIT_WC 0xa3
+#define IN_PARSE_FRAG_W 0xa2
+#define IN_PARSE_FRAG_EXIT_W 0xa3
-#define IN_PARSE_FRAG_WV 0xa4
-#define IN_PARSE_FRAG_EXIT_WV 0xa5
+//#define IN_PARSE_FRAG_WV 0xa4
+//#define IN_PARSE_FRAG_EXIT_WV 0xa5
#define IN_PARSE_FRAG_BKT 0xa6
#define IN_PARSE_FRAG_EXIT_BKT 0xa7
@@ -277,11 +277,11 @@ typedef unsigned char uchar;
#define IN_SEND_STREAM_WV 0x90
#define IN_SEND_STREAM_BKT 0x1c
-#define IN_PARSE_FINISH_WC 0xab
-#define IN_PARSE_FINISH_EXIT_WC 0xac
+#define IN_PARSE_FINISH_W 0xab
+#define IN_PARSE_FINISH_EXIT_W 0xac
-#define IN_PARSE_FINISH_WV 0xad
-#define IN_PARSE_FINISH_EXIT_WV 0xae
+//#define IN_PARSE_FINISH_WV 0xad
+//#define IN_PARSE_FINISH_EXIT_WV 0xae
#define IN_PARSE_FINISH_BKT 0xaf
#define IN_PARSE_FINISH_EXIT_BKT 0xb0