summaryrefslogtreecommitdiff
path: root/colm/lmparse.kl
diff options
context:
space:
mode:
Diffstat (limited to 'colm/lmparse.kl')
-rw-r--r--colm/lmparse.kl2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/lmparse.kl b/colm/lmparse.kl
index 1dd3cf72..c29a59a7 100644
--- a/colm/lmparse.kl
+++ b/colm/lmparse.kl
@@ -2649,7 +2649,7 @@ void ColmParser::addRegularDef( const InputLoc &loc, Namespace *nspace,
GraphDictEl *newEl = nspace->rlMap.insert( name );
if ( newEl != 0 ) {
/* New element in the dict, all good. */
- newEl->value = new VarDef( name, join );
+ newEl->value = new LexDefinition( name, join );
newEl->isInstance = false;
newEl->loc = loc;
}