diff options
author | John Hodge <tpg@mutabah.net> | 2016-09-27 20:59:00 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-09-27 20:59:00 +0800 |
commit | 96bac875d150d2e790d1813c9bfd903288cf419b (patch) | |
tree | 0fb9c8db555cccfbe56394ed697d354408492f31 /src/include/synext.hpp | |
parent | de98e50b73d17b78f0233d9d8cf2239a0a60c778 (diff) | |
download | mrust-96bac875d150d2e790d1813c9bfd903288cf419b.tar.gz |
Expand - Expand macros in format_args! string
Diffstat (limited to 'src/include/synext.hpp')
-rw-r--r-- | src/include/synext.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/synext.hpp b/src/include/synext.hpp index 76b41996..67f3b87b 100644 --- a/src/include/synext.hpp +++ b/src/include/synext.hpp @@ -8,7 +8,7 @@ #include "synext_decorator.hpp" #include "synext_macro.hpp" -extern void Expand_Expr(bool is_early, ::AST::Crate& crate, LList<const AST::Module*> modstack, ::std::unique_ptr<AST::ExprNode>& node); +extern void Expand_BareExpr(const ::AST::Crate& crate, const AST::Module& mod, ::std::unique_ptr<AST::ExprNode>& node); #endif |