summaryrefslogtreecommitdiff
path: root/src/bytecode.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-10-05 15:58:31 -0400
committerAdrian Thurston <thurston@complang.org>2015-10-05 15:58:31 -0400
commitcbca35717204e8a02e71c3a3e67eaf9f5a0f4019 (patch)
tree0140ea6f6fd2c6efc341e370afafb9d44e3a61d1 /src/bytecode.h
parent2c8090f0b665281827c7867f957a224f1d1b6cae (diff)
downloadcolm-cbca35717204e8a02e71c3a3e67eaf9f5a0f4019.tar.gz
put reducer code in its own file, use local parse tree pool
Diffstat (limited to 'src/bytecode.h')
-rw-r--r--src/bytecode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bytecode.h b/src/bytecode.h
index 668602d2..793b3381 100644
--- a/src/bytecode.h
+++ b/src/bytecode.h
@@ -211,8 +211,7 @@ typedef unsigned long colm_value_t;
#define IN_GET_VLIST_MEM_WV 0x70
#define IN_GET_VLIST_MEM_BKT 0x5c
-/* This should be a bit in the parser generic. */
-#define IN_PARSER_NOT_USED 0x76
+#define IN_CONS_REDUCER 0x76
#define IN_DONE 0x78