aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerState.cpp
diff options
context:
space:
mode:
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))