summaryrefslogtreecommitdiff
path: root/src/include/synext.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-09-27 20:59:00 +0800
committerJohn Hodge <tpg@mutabah.net>2016-09-27 20:59:00 +0800
commit96bac875d150d2e790d1813c9bfd903288cf419b (patch)
tree0fb9c8db555cccfbe56394ed697d354408492f31 /src/include/synext.hpp
parentde98e50b73d17b78f0233d9d8cf2239a0a60c778 (diff)
downloadmrust-96bac875d150d2e790d1813c9bfd903288cf419b.tar.gz
Expand - Expand macros in format_args! string
Diffstat (limited to 'src/include/synext.hpp')
-rw-r--r--src/include/synext.hpp2
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