summaryrefslogtreecommitdiff
path: root/src/bytecode.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-05-06 19:15:19 -0400
committerAdrian Thurston <thurston@colm.net>2018-05-06 19:15:19 -0400
commitd6b4b6dc9985849cecb44a0e397f9bfbb8bc89b2 (patch)
treeeabd98909730343097cba412de88bdd64c964381 /src/bytecode.h
parent776ddfc296be0edd2093b932e2b61c6407f29b94 (diff)
downloadcolm-d6b4b6dc9985849cecb44a0e397f9bfbb8bc89b2.tar.gz
added xml() and xmlac(), which which collect xml to strings
Going to eliminate the specialized print forms, instead opting for functions. Later on we can make these lazy.
Diffstat (limited to 'src/bytecode.h')
-rw-r--r--src/bytecode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bytecode.h b/src/bytecode.h
index 30c1478c..d4bec751 100644
--- a/src/bytecode.h
+++ b/src/bytecode.h
@@ -235,6 +235,9 @@ typedef unsigned char uchar;
#define IN_PRINT_STREAM 0x8a
#define IN_PRINT_DUMP 0xf6
+#define IN_TREE_TO_STR_XML 0x6e
+#define IN_TREE_TO_STR_XML_AC 0x6f
+
#define IN_HOST 0xea
#define IN_CALL_WC 0x8c