diff options
author | John Hodge <tpg@mutabah.net> | 2018-03-03 21:43:39 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2018-03-03 21:43:39 +0800 |
commit | 5c1cc3810b0256f295ef7e838b1874731ec0e1e0 (patch) | |
tree | 824633d53ab495395c1e5ee0d05f3bfeb2a1cb45 /src/trans/codegen.cpp | |
parent | e44cf19bbf20ff3715ffa3e5c8d4fd4e92617825 (diff) | |
download | mrust-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.cpp | 2 |
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); |