mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
update with OS X specific instructions on installation
This commit is contained in:
commit
2bd573ad6f
@ -1051,7 +1051,7 @@ ASTPointer<Expression> Parser::parsePrimaryExpression()
|
||||
if (m_scanner->currentToken() != Token::Comma && m_scanner->currentToken() != oppositeToken)
|
||||
components.push_back(parseExpression());
|
||||
else if (isArray)
|
||||
parserError(std::string("Expected value in array cell after"));
|
||||
parserError("Expected expression (inline array elements cannot be omitted).");
|
||||
else
|
||||
components.push_back(ASTPointer<Expression>());
|
||||
if (m_scanner->currentToken() == oppositeToken)
|
||||
|
Loading…
Reference in New Issue
Block a user