summaryrefslogtreecommitdiff
path: root/src/compiler.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2014-12-25 16:02:14 -0500
committerAdrian Thurston <thurston@complang.org>2014-12-25 16:02:14 -0500
commite9a6e75710c42ab1a80c3cf54c5131e2bc4329e1 (patch)
tree1037ec581e8d9e88b46a3dd26812512cdc44bb48 /src/compiler.cc
parent4bd915e48b6b6278ed8c4b7be95781535f2ce10a (diff)
downloadcolm-e9a6e75710c42ab1a80c3cf54c5131e2bc4329e1.tar.gz
converted the global object to a struct
Diffstat (limited to 'src/compiler.cc')
-rw-r--r--src/compiler.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler.cc b/src/compiler.cc
index 0894cbaa..7978f631 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -360,6 +360,8 @@ Compiler::Compiler( )
firstNonTermId(0),
prodIdIndex(0),
+ global(0),
+ globalSel(0),
globalObjectDef(0),
argv0(0),
argvList(0),