File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2607
2607
of a sequence of declarations.
2608
2608
2609
2609
\begin {bnf }
2610
- \nontermdef {private-module-fragment}\br
2611
- \keyword {module} \terminal {:} \keyword {private} \terminal {;} \opt {top-level-declaration-seq}
2610
+ \nontermdef {translation-unit}\br
2611
+ \opt {top-level-declaration-seq}\br
2612
+ \opt {global-module-fragment} module-declaration \opt {top-level-declaration-seq} \opt {private-module-fragment}
2612
2613
\end {bnf }
2613
2614
2614
2615
\begin {bnf }
Original file line number Diff line number Diff line change 761
761
\rSec 1[module.private.frag]{Private module fragment}
762
762
763
763
\begin {bnf }
764
- \nontermdef {translation-unit}\br
765
- \opt {top-level-declaration-seq}\br
766
- \opt {global-module-fragment} module-declaration \opt {top-level-declaration-seq} \opt {private-module-fragment}
764
+ \nontermdef {private-module-fragment}\br
765
+ \keyword {module} \terminal {:} \keyword {private} \terminal {;} \opt {top-level-declaration-seq}
767
766
\end {bnf }
768
767
769
768
\pnum
You can’t perform that action at this time.
0 commit comments