summaryrefslogtreecommitdiff
path: root/src/compiler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.cc')
-rw-r--r--src/compiler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.cc b/src/compiler.cc
index 5f6333f2..a87c2149 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -1174,7 +1174,7 @@ void Compiler::prepGrammar()
/* Allocate the Runtime data now. Every PdaTable that we make
* will reference it, but it will be filled in after all the tables are
* built. */
- runtimeData = new RuntimeData;
+ runtimeData = new colm_sections;
}
void Compiler::compile()