diff options
author | Adrian Thurston <thurston@colm.net> | 2018-05-15 13:14:28 -0400 |
---|---|---|
committer | Adrian Thurston <thurston@colm.net> | 2018-05-15 13:14:28 -0400 |
commit | 2d8d299939bbdabad5cc06d4a55c826540f073f3 (patch) | |
tree | 916cbc1f67c8d0e2aff46babe0d480b1e235c48e /src/bytecode.h | |
parent | b911a8b4cac2b335b4e093c0ebbd36fbc56495fe (diff) | |
download | colm-2d8d299939bbdabad5cc06d4a55c826540f073f3.tar.gz |
unified parse frag and finish
Diffstat (limited to 'src/bytecode.h')
-rw-r--r-- | src/bytecode.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bytecode.h b/src/bytecode.h index d8fb6fe0..daadb8d4 100644 --- a/src/bytecode.h +++ b/src/bytecode.h @@ -281,12 +281,6 @@ typedef unsigned char uchar; #define IN_SEND_EOF_W 0x87 #define IN_SEND_EOF_BKT 0xa4 -#define IN_PARSE_FINISH_W 0xab -#define IN_PARSE_FINISH_EXIT_W 0xac - -#define IN_PARSE_FINISH_BKT 0xaf -#define IN_PARSE_FINISH_EXIT_BKT 0xb0 - #define IN_REDUCE_COMMIT 0xa5 #define IN_PCR_CALL 0xb1 |