File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1073,10 +1073,10 @@ $(GNAME SwitchStatement):
1073
1073
$(D switch $(LPAREN)) $(EXPRESSION) $(D $(RPAREN)) $(PSSCOPE)
1074
1074
1075
1075
$(GNAME CaseStatement):
1076
- $(D case) $(GLINK2 expression, ArgumentList) $(D :) $(PSSEMI_PSCURLYSCOPE_LIST)
1076
+ $(D case) $(GLINK2 expression, ArgumentList) $(D :) $(PSSEMI_PSCURLYSCOPE_LIST)$(OPT)
1077
1077
1078
1078
$(GNAME CaseRangeStatement):
1079
- $(D case) $(GLINK FirstExp) $(D : .. case) $(GLINK LastExp) $(D :) $(PSSEMI_PSCURLYSCOPE_LIST)
1079
+ $(D case) $(GLINK FirstExp) $(D : .. case) $(GLINK LastExp) $(D :) $(PSSEMI_PSCURLYSCOPE_LIST)$(OPT)
1080
1080
1081
1081
$(GNAME FirstExp):
1082
1082
$(ASSIGNEXPRESSION)
@@ -1085,7 +1085,7 @@ $(GNAME LastExp):
1085
1085
$(ASSIGNEXPRESSION)
1086
1086
1087
1087
$(GNAME DefaultStatement):
1088
- $(D default :) $(PSSEMI_PSCURLYSCOPE_LIST)
1088
+ $(D default :) $(PSSEMI_PSCURLYSCOPE_LIST)$(OPT)
1089
1089
1090
1090
$(GNAME ScopeStatementList):
1091
1091
$(GLINK StatementListNoCaseNoDefault)
You can’t perform that action at this time.
0 commit comments