mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Revert to using require for Solidity - it works.
This commit is contained in:
@@ -142,6 +142,10 @@ private:
|
||||
Contract();
|
||||
};
|
||||
|
||||
/// Expand source code with preprocessor-like includes.
|
||||
/// @todo Replace with better framework.
|
||||
std::string expanded(std::string const& _sourceCode);
|
||||
|
||||
void reset(bool _keepSources = false);
|
||||
void resolveImports();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user