mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace dev::eth namespace with dev::lll in LLL
This commit is contained in:
@@ -39,13 +39,13 @@ namespace
|
||||
|
||||
bool successParse(std::string const& _source)
|
||||
{
|
||||
std::string ret = eth::parseLLL(_source);
|
||||
std::string ret = lll::parseLLL(_source);
|
||||
return ret.size() != 0;
|
||||
}
|
||||
|
||||
std::string parse(std::string const& _source)
|
||||
{
|
||||
return eth::parseLLL(_source);
|
||||
return lll::parseLLL(_source);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user