summaryrefslogtreecommitdiff
path: root/src/reduce.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-07-09 10:07:28 +0800
committerAdrian Thurston <thurston@colm.net>2018-07-09 10:07:28 +0800
commiteda3bb6d45772bfe1d979d415568c515b896006c (patch)
treeee14ba32051d4262b89ee06e4a3610d7f27d718c /src/reduce.cc
parentfca843990f60312d6e6c1b8774988cc624364d42 (diff)
downloadcolm-eda3bb6d45772bfe1d979d415568c515b896006c.tar.gz
some more separation of stream_t and input_t
Diffstat (limited to 'src/reduce.cc')
-rw-r--r--src/reduce.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reduce.cc b/src/reduce.cc
index d9a2cac0..98622326 100644
--- a/src/reduce.cc
+++ b/src/reduce.cc
@@ -43,7 +43,7 @@ void Compiler::writeCommitStub()
"int " << objectName << "_reducer_need_ign( program_t *prg, "
"struct pda_run *pda_run ) { return COLM_RN_BOTH; }\n"
"\n"
- "void " << objectName << "_read_reduce( program_t *prg, int reducer, stream_t *stream ) {}\n"
+ "void " << objectName << "_read_reduce( program_t *prg, int reducer, input_t *stream ) {}\n"
;
}