summaryrefslogtreecommitdiff
path: root/src/trans/codegen.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-03-03 21:43:39 +0800
committerJohn Hodge <tpg@mutabah.net>2018-03-03 21:43:39 +0800
commit5c1cc3810b0256f295ef7e838b1874731ec0e1e0 (patch)
tree824633d53ab495395c1e5ee0d05f3bfeb2a1cb45 /src/trans/codegen.cpp
parente44cf19bbf20ff3715ffa3e5c8d4fd4e92617825 (diff)
downloadmrust-5c1cc3810b0256f295ef7e838b1874731ec0e1e0.tar.gz
Trans Enumerate - Some work on doing selective library enumeration (has some holes, so is still disabled)
Diffstat (limited to 'src/trans/codegen.cpp')
-rw-r--r--src/trans/codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trans/codegen.cpp b/src/trans/codegen.cpp
index f008a2b3..12252465 100644
--- a/src/trans/codegen.cpp
+++ b/src/trans/codegen.cpp
@@ -102,7 +102,7 @@ void Trans_Codegen(const ::std::string& outfile, const TransOptions& opt, const
codegen->emit_function_proto(ent.first, fcn, ent.second->pp, is_extern);
}
}
-
+ // - External functions
for(const auto& ent : list.m_functions)
{
//DEBUG("FUNCTION " << ent.first);