summaryrefslogtreecommitdiff
path: root/src/compiler.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-10-06 10:50:30 -0400
committerAdrian Thurston <thurston@complang.org>2015-10-06 10:50:30 -0400
commit0088b7912eb1bbcf7034b005ef84e133f3d89aab (patch)
tree1b03a4ac4f897bb8e00dcf0992f1053b3ec666cc /src/compiler.h
parentdc2a84cc6c730f991e5f7c41964f1a81a086aaae (diff)
downloadcolm-0088b7912eb1bbcf7034b005ef84e133f3d89aab.tar.gz
collect and emit reduction action items
Diffstat (limited to 'src/compiler.h')
-rw-r--r--src/compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.h b/src/compiler.h
index 611fac6c..60a7e3af 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -1011,6 +1011,7 @@ struct Compiler
void writeHostCall();
void writeCommit();
+ void writeHostItemList( const ReduceTextItemList &list );
void writeCommitStub();
};