summaryrefslogtreecommitdiff
path: root/src/bytecode.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-07-10 09:55:05 +0800
committerAdrian Thurston <thurston@colm.net>2018-07-10 09:55:05 +0800
commit2a65d8e4410570fc1f70a7c7679634c7725cd538 (patch)
tree26317076377d15cdd01f6379c59a32c67809ba79 /src/bytecode.h
parenta1e92870cc54d3daec9d94b38623167a5a653d9d (diff)
downloadcolm-2a65d8e4410570fc1f70a7c7679634c7725cd538.tar.gz
more separation of input and stream
Diffstat (limited to 'src/bytecode.h')
-rw-r--r--src/bytecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.h b/src/bytecode.h
index 317a99d4..d1a529f8 100644
--- a/src/bytecode.h
+++ b/src/bytecode.h
@@ -265,7 +265,7 @@ typedef unsigned char uchar;
#define IN_SEND_TEXT_W 0x89
#define IN_SEND_TEXT_BKT 0x8a
-#define IN_PRINT_TREE_W 0xa3
+#define IN_PRINT_TREE 0xa3
#define IN_SEND_TREE_W 0xa9
#define IN_SEND_TREE_BKT 0xaa