aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerStack.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2015-02-23 23:28:18 +0800
committerChristian <c@ethdev.com>2015-02-23 23:28:18 +0800
commit3abbb8d625bd3a904c54dfda7558a77d5543ac70 (patch)
tree844a7d2eb9e0699b8eec35d1ebc9ddfd2b319597 /CompilerStack.h
parent44db8c26dbacdbe00901ee666caa204fc6acf0e8 (diff)
downloaddexon-solidity-3abbb8d625bd3a904c54dfda7558a77d5543ac70.tar.gz
dexon-solidity-3abbb8d625bd3a904c54dfda7558a77d5543ac70.tar.zst
dexon-solidity-3abbb8d625bd3a904c54dfda7558a77d5543ac70.zip
Activate standard sources by default.
Diffstat (limited to 'CompilerStack.h')
-rw-r--r--CompilerStack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CompilerStack.h b/CompilerStack.h
index 8f77ef68..812f4186 100644
--- a/CompilerStack.h
+++ b/CompilerStack.h
@@ -60,7 +60,7 @@ class CompilerStack: boost::noncopyable
{
public:
/// Creates a new compiler stack. Adds standard sources if @a _addStandardSources.
- explicit CompilerStack(bool _addStandardSources = false);
+ explicit CompilerStack(bool _addStandardSources = true);
/// Adds a source object (e.g. file) to the parser. After this, parse has to be called again.
/// @returns true if a source object by the name already existed and was replaced.