summaryrefslogtreecommitdiff
path: root/src/bytecode.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-05-13 00:41:54 -0400
committerAdrian Thurston <thurston@colm.net>2018-05-13 00:41:54 -0400
commit47d60422cc5744cd3b75a6926ec4f1e7b2ae0ae3 (patch)
tree75cbe82b54ed9a9798f5595fecfa4c2269c678ed /src/bytecode.h
parentb421b74dc376d1b10ba4dbb25ed721248ab3f8e4 (diff)
downloadcolm-47d60422cc5744cd3b75a6926ec4f1e7b2ae0ae3.tar.gz
added stds, a list of streams, used for bare sends
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 4e013ce4..722ec8bd 100644
--- a/src/bytecode.h
+++ b/src/bytecode.h
@@ -392,6 +392,7 @@ typedef unsigned char uchar;
#define IN_LOAD_ARGV 0x07
#define IN_LOAD_ARG0 0x08
#define IN_STOP 0x0a
+#define IN_INIT_STDS 0x3e
#define IN_LIST_PUSH_TAIL_WV 0x11
#define IN_LIST_PUSH_TAIL_WC 0x12