summaryrefslogtreecommitdiff
path: root/src/pdabuild.cc
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/pdabuild.cc
parentb421b74dc376d1b10ba4dbb25ed721248ab3f8e4 (diff)
downloadcolm-47d60422cc5744cd3b75a6926ec4f1e7b2ae0ae3.tar.gz
added stds, a list of streams, used for bare sends
Diffstat (limited to 'src/pdabuild.cc')
-rw-r--r--src/pdabuild.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pdabuild.cc b/src/pdabuild.cc
index 3194f400..4146e389 100644
--- a/src/pdabuild.cc
+++ b/src/pdabuild.cc
@@ -1614,6 +1614,7 @@ void Compiler::makeRuntimeData()
}
runtimeData->argv_generic_id = argvTypeRef->generic->id;
+ runtimeData->stds_generic_id = stdsTypeRef->generic->id;
/*
* Literals
@@ -1689,6 +1690,7 @@ void Compiler::makeRuntimeData()
runtimeData->no_token_id = noTokenLangEl->id;
runtimeData->global_id = globalSel->id;
runtimeData->argv_el_id = argvElSel->id;
+ runtimeData->stds_el_id = stdsElSel->id;
runtimeData->struct_inbuilt_id = structInbuiltId;
runtimeData->struct_stream_id = structStreamId;