summaryrefslogtreecommitdiff
path: root/src/pdabuild.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdabuild.cc')
-rw-r--r--src/pdabuild.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pdabuild.cc b/src/pdabuild.cc
index ae2d4e01..60a23c6b 100644
--- a/src/pdabuild.cc
+++ b/src/pdabuild.cc
@@ -1455,6 +1455,7 @@ void Compiler::makeRuntimeData()
for ( int i = 0; i < nextLelId; i++ ) {
LangEl *lel = langElIndex[i];
if ( lel != 0 ) {
+ assert( lel->id == i );
runtimeData->lel_info[i].name = lel->fullLit;
runtimeData->lel_info[i].xml_tag = lel->xmlTag;
runtimeData->lel_info[i].repeat = lel->isRepeat;