mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace all locale-dependent operations with locale-agnostic counterparts
This commit is contained in:
@@ -203,7 +203,7 @@ private:
|
||||
else
|
||||
solAssert(false);
|
||||
|
||||
if (isdigit(value.front()))
|
||||
if (isDigit(value.front()))
|
||||
return yul::Literal{_identifier.debugData, yul::LiteralKind::Number, yul::YulString{value}, {}};
|
||||
else
|
||||
return yul::Identifier{_identifier.debugData, yul::YulString{value}};
|
||||
|
||||
Reference in New Issue
Block a user