fix cut-paste error (Coverity)
This commit is contained in:
parent
21248a42ca
commit
8bff26d758
|
@ -96,7 +96,7 @@ public class RuleCollector extends GrammarTreeVisitor {
|
|||
if ( locals!=null ) {
|
||||
r.locals = ScopeParser.parseTypedArgList(locals, locals.getText(), g.tool.errMgr);
|
||||
r.locals.type = AttributeDict.DictType.LOCAL;
|
||||
r.locals.ast = returns;
|
||||
r.locals.ast = locals;
|
||||
}
|
||||
|
||||
for (GrammarAST a : actions) {
|
||||
|
|
Loading…
Reference in New Issue