diff options
author | Adrian Thurston <thurston@complang.org> | 2015-01-11 12:54:56 -0500 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2015-01-11 12:54:56 -0500 |
commit | 06946c9d62b62ce612d4cdf4eb9c65570cb81445 (patch) | |
tree | 46cc1415a01b317a3c5a46d80349c459f221754b /src/pdabuild.cc | |
parent | a5ad06e3fbbda39cbd894906e93a775c511f1f05 (diff) | |
download | colm-06946c9d62b62ce612d4cdf4eb9c65570cb81445.tar.gz |
set the argv_el id when creating the structs
Diffstat (limited to 'src/pdabuild.cc')
-rw-r--r-- | src/pdabuild.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pdabuild.cc b/src/pdabuild.cc index 86691712..d030717c 100644 --- a/src/pdabuild.cc +++ b/src/pdabuild.cc @@ -1642,6 +1642,7 @@ void Compiler::makeRuntimeData() runtimeData->eofId = 0; //eofLangEl->id; runtimeData->noTokenId = noTokenLangEl->id; runtimeData->globalId = globalSel->id; + runtimeData->argvElId = argvElSel->id; runtimeData->fsmExecute = &internalFsmExecute; runtimeData->sendNamedLangEl = &internalSendNamedLangEl; |