summaryrefslogtreecommitdiff
path: root/src/compiler.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-05-10 15:17:12 -0400
committerAdrian Thurston <thurston@complang.org>2015-05-10 15:17:12 -0400
commit041084f89d3b05c4e9817002fcbe363839336538 (patch)
tree11827b1aa63701884474bf397fa2f21267483da3 /src/compiler.cc
parent26ba9ef6c965fed03f081054bdb11d212e55f311 (diff)
downloadcolm-041084f89d3b05c4e9817002fcbe363839336538.tar.gz
some naming cleanup
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()