summaryrefslogtreecommitdiff
path: root/src/bytecode.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-05-06 20:37:56 -0400
committerAdrian Thurston <thurston@colm.net>2018-05-06 20:37:56 -0400
commita1efe9f9d40c0150591df9960421684babe7ff5e (patch)
tree20e2d3ba7eef15c6bf37f76e69414ec94c861f1e /src/bytecode.h
parentd6b4b6dc9985849cecb44a0e397f9bfbb8bc89b2 (diff)
downloadcolm-a1efe9f9d40c0150591df9960421684babe7ff5e.tar.gz
made the postfix print into a function
Diffstat (limited to 'src/bytecode.h')
-rw-r--r--src/bytecode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytecode.h b/src/bytecode.h
index d4bec751..09f80a28 100644
--- a/src/bytecode.h
+++ b/src/bytecode.h
@@ -237,6 +237,7 @@ typedef unsigned char uchar;
#define IN_TREE_TO_STR_XML 0x6e
#define IN_TREE_TO_STR_XML_AC 0x6f
+#define IN_TREE_TO_STR_POSTFIX 0xb6
#define IN_HOST 0xea