mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Even more style checks.
This commit is contained in:
@@ -44,7 +44,7 @@ CodeFragment const& CompilerState::getDef(std::string const& _s) const
|
||||
|
||||
void CompilerState::populateStandard()
|
||||
{
|
||||
static const string s = "{"
|
||||
static string const s = "{"
|
||||
"(def 'panic () (asm INVALID))"
|
||||
// Alternative macro version of alloc, which is currently implemented in the parser
|
||||
// "(def 'alloc (n) (raw (msize) (when n (pop (mload (+ (msize) (& (- n 1) (~ 0x1f))))))))"
|
||||
|
||||
Reference in New Issue
Block a user