summaryrefslogtreecommitdiff
path: root/src/trans/codegen.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-12-04 10:50:50 +0800
committerJohn Hodge <tpg@mutabah.net>2016-12-04 10:50:50 +0800
commitc4aebe5d57b98303c746e6842cb322d512d7fb82 (patch)
treefe3e22db41c4d4259a0e616943618cca9638f9d5 /src/trans/codegen.hpp
parentc94826345a033d6632efdad4f2c0fd0c4fa6c01a (diff)
downloadmrust-c4aebe5d57b98303c746e6842cb322d512d7fb82.tar.gz
Trans - Roughed C translation
Diffstat (limited to 'src/trans/codegen.hpp')
-rw-r--r--src/trans/codegen.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trans/codegen.hpp b/src/trans/codegen.hpp
index 0aff9412..84673eb0 100644
--- a/src/trans/codegen.hpp
+++ b/src/trans/codegen.hpp
@@ -42,5 +42,5 @@ public:
};
-extern ::std::unique_ptr<CodeGenerator> Trans_Codegen_GetGeneratorC(const ::std::string& outfile);
+extern ::std::unique_ptr<CodeGenerator> Trans_Codegen_GetGeneratorC(const ::HIR::Crate& crate, const ::std::string& outfile);