summaryrefslogtreecommitdiff
path: root/src/parse/root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/root.cpp')
-rw-r--r--src/parse/root.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse/root.cpp b/src/parse/root.cpp
index 2931f492..462922d2 100644
--- a/src/parse/root.cpp
+++ b/src/parse/root.cpp
@@ -986,7 +986,7 @@ void Parse_Use(TokenStream& lex, ::std::function<void(AST::Path, ::std::string)>
}
else
{
- path.set_span( lex.end_span(span_start) );
+ //path.set_span( lex.end_span(span_start) );
switch( tok.type() )
{
case TOK_BRACE_OPEN:
@@ -1003,7 +1003,7 @@ void Parse_Use(TokenStream& lex, ::std::function<void(AST::Path, ::std::string)>
return ;
}
}
- path.set_span( lex.end_span(span_start) );
+ //path.set_span( lex.end_span(span_start) );
::std::string name;
// This should only be allowed if the last token was an ident