summaryrefslogtreecommitdiff
path: root/src/expand/mod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expand/mod.cpp')
-rw-r--r--src/expand/mod.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand/mod.cpp b/src/expand/mod.cpp
index 962e49de..d45b6ae3 100644
--- a/src/expand/mod.cpp
+++ b/src/expand/mod.cpp
@@ -673,7 +673,7 @@ void Expand_Mod(bool is_early, ::AST::Crate& crate, LList<const AST::Module*> mo
{
// Re-parse tt
assert(ttl.get());
- Parse_ModRoot_Items(*ttl, mod, false, "-");
+ Parse_ModRoot_Items(*ttl, mod);
// - Any new macro invocations ends up at the end of the list and handled
}