summaryrefslogtreecommitdiff
path: root/src/parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.cc')
-rw-r--r--src/parser.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.cc b/src/parser.cc
index 896e26d1..9457dfe4 100644
--- a/src/parser.cc
+++ b/src/parser.cc
@@ -43,6 +43,7 @@ void BaseParser::listElDef( String name )
ObjectField *of = ObjectField::cons( InputLoc(),
ObjectField::UserFieldType, elTr, name );
+
structVarDef( InputLoc(), of );
}