summaryrefslogtreecommitdiff
path: root/src/pdacodegen.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/pdacodegen.cc
parentfca843990f60312d6e6c1b8774988cc624364d42 (diff)
downloadcolm-eda3bb6d45772bfe1d979d415568c515b896006c.tar.gz
some more separation of stream_t and input_t
Diffstat (limited to 'src/pdacodegen.cc')
-rw-r--r--src/pdacodegen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdacodegen.cc b/src/pdacodegen.cc
index e5c07cf1..15ae658c 100644
--- a/src/pdacodegen.cc
+++ b/src/pdacodegen.cc
@@ -450,7 +450,7 @@ void PdaCodeGen::writeRuntimeData( colm_sections *runtimeData, struct pda_tables
"struct pda_run *pda_run, int id );\n"
"int " << objectName << "_reducer_need_ign( program_t *prg, "
"struct pda_run *pda_run );\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"
"\n";
out <<