Skip to content

Commit

Permalink
Fix for antlr#2016 for Java, Swift. C# was ok, but other targets are …
Browse files Browse the repository at this point in the history
…messed up.
  • Loading branch information
parrt committed Sep 21, 2017
1 parent 2633a92 commit d4b9420
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,6 @@ _localctx.<label>.add(_prevctx);
_localctx.<label> = _prevctx;
<endif>
<endif>
<if(label)>_localctx.<label> = _prevctx;<endif>
pushNewRecursionContext(_localctx, _startState, RULE_<ruleName>);
>>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,6 @@ _localctx.<label>.append(_prevctx)
_localctx.<label> = _prevctx
<endif>
<endif>
<if(label)>_localctx.<label> = _prevctx;<endif>
try pushNewRecursionContext(_localctx, _startState, <parser.name>.RULE_<ruleName>)
>>

Expand Down

0 comments on commit d4b9420

Please sign in to comment.