We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b68f5d commit f2dacbfCopy full SHA for f2dacbf
1 file changed
kernel/fstdata.cc
@@ -214,6 +214,7 @@ void FstData::extractVarNames()
214
fst_scope_name = fstReaderPushScope(ctx, h->u.scope.name, NULL);
215
break;
216
}
217
+ }
218
case FST_HT_VAR: {
219
FstVar var;
220
var.id = h->u.var.handle;
0 commit comments