Skip to content

Commit 3541f32

Browse files
S-H-GAMELINKSnobu
authored andcommitted
Reuse opt_nl rule
1 parent f095361 commit 3541f32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

parse.y

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5779,8 +5779,7 @@ rbracket : opt_nl ']'
57795779
rbrace : opt_nl '}'
57805780
;
57815781

5782-
trailer : /* none */
5783-
| '\n'
5782+
trailer : opt_nl
57845783
| ','
57855784
;
57865785

0 commit comments

Comments
 (0)