aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerState.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-06-12 02:25:21 +0800
committerGav Wood <i@gavwood.com>2014-06-12 02:25:21 +0800
commita2219639febeeac1807c670071aded337d7a4d7c (patch)
treea3efb4565c8235aa94c9555db5b195c6085e6e75 /CompilerState.cpp
parent5ea7efd593aa4576df6ac0c2b3c334e0f4ec6201 (diff)
downloaddexon-solidity-a2219639febeeac1807c670071aded337d7a4d7c.tar
dexon-solidity-a2219639febeeac1807c670071aded337d7a4d7c.tar.gz
dexon-solidity-a2219639febeeac1807c670071aded337d7a4d7c.tar.bz2
dexon-solidity-a2219639febeeac1807c670071aded337d7a4d7c.tar.lz
dexon-solidity-a2219639febeeac1807c670071aded337d7a4d7c.tar.xz
dexon-solidity-a2219639febeeac1807c670071aded337d7a4d7c.tar.zst
dexon-solidity-a2219639febeeac1807c670071aded337d7a4d7c.zip
LLL supports get/set/ref.
Logging changes.
Diffstat (limited to 'CompilerState.cpp')
-rw-r--r--CompilerState.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/CompilerState.cpp b/CompilerState.cpp
index 74e5062f..490e9267 100644
--- a/CompilerState.cpp
+++ b/CompilerState.cpp
@@ -25,6 +25,10 @@
using namespace std;
using namespace eth;
+CompilerState::CompilerState()
+{
+}
+
CodeFragment const& CompilerState::getDef(std::string const& _s)
{
if (defs.count(_s))