summaryrefslogtreecommitdiff
path: root/src/pdabuild.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/pdabuild.cc
parent4bd915e48b6b6278ed8c4b7be95781535f2ce10a (diff)
downloadcolm-e9a6e75710c42ab1a80c3cf54c5131e2bc4329e1.tar.gz
converted the global object to a struct
Diffstat (limited to 'src/pdabuild.cc')
-rw-r--r--src/pdabuild.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pdabuild.cc b/src/pdabuild.cc
index 1b5f52c4..f9cadb20 100644
--- a/src/pdabuild.cc
+++ b/src/pdabuild.cc
@@ -1642,11 +1642,13 @@ void Compiler::makeRuntimeData()
runtimeData->anyId = anyLangEl->id;
runtimeData->eofId = 0; //eofLangEl->id;
runtimeData->noTokenId = noTokenLangEl->id;
+ runtimeData->globalId = globalSel->id;
runtimeData->fsmExecute = &internalFsmExecute;
runtimeData->sendNamedLangEl = &internalSendNamedLangEl;
runtimeData->initBindings = &internalInitBindings;
runtimeData->popBinding = &internalPopBinding;
+
}
/* Borrow alg->state for mapsTo. */