mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Better language determination.
This commit is contained in:
parent
2c0c091616
commit
eaf79f924c
@ -118,6 +118,6 @@ void eth::parseTreeLLL(string const& _s, sp::utree& o_out)
|
|||||||
if (!incomment)
|
if (!incomment)
|
||||||
s.push_back(i);
|
s.push_back(i);
|
||||||
}
|
}
|
||||||
qi::phrase_parse(s.cbegin(), s.cend(), element, space, o_out);
|
qi::phrase_parse(s.cbegin(), s.cend(), element, space, qi::skip_flag::dont_postskip, o_out);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user