summaryrefslogtreecommitdiff
path: root/colm/loadinit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'colm/loadinit.cc')
-rw-r--r--colm/loadinit.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/colm/loadinit.cc b/colm/loadinit.cc
index 65e7e062..f5281da3 100644
--- a/colm/loadinit.cc
+++ b/colm/loadinit.cc
@@ -63,7 +63,7 @@ void LoadInit::walkProdElList( String defName, ProdElList *list, prod_el_list &p
if ( El.OptRepeat().Star() != 0 )
repeatType = RepeatRepeat;
if ( El.OptRepeat().LeftStar() != 0 )
- repeatType = RepeatLeft;
+ repeatType = RepeatLeftRepeat;
ProdEl *prodEl = prodElName( internal, typeName,
NamespaceQual::cons( curNspace() ),
@@ -393,7 +393,7 @@ void LoadInit::go( long activeRealm )
}
/* Walk the list of items. */
- _repeat_item ItemList = Start.ItemList();
+ _lrepeat_item ItemList = Start.ItemList();
RepeatIter<item> itemIter( ItemList );
while ( !itemIter.end() ) {