Skip to content

Commit fe509fc

Browse files
eisenwavetkoeppe
authored andcommitted
CWG3074 Redundant ill-formedness for module macros
1 parent 98bf7ee commit fe509fc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

source/preprocessor.tex

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,12 +1222,6 @@
12221222
\opt{\keyword{export}} \keyword{module} \opt{pp-tokens} \terminal{;} new-line
12231223
\end{bnf}
12241224

1225-
\pnum
1226-
A \grammarterm{pp-module} shall not
1227-
appear in a context where \tcode{module}
1228-
or (if it is the first preprocessing token of the \grammarterm{pp-module}) \tcode{export}
1229-
is an identifier defined as an object-like macro.
1230-
12311225
\pnum
12321226
The \grammarterm{pp-tokens}, if any, of a \grammarterm{pp-module}
12331227
shall be of the form:
@@ -1283,12 +1277,6 @@
12831277
\opt{\keyword{export}} \keyword{import} pp-tokens \terminal{;} new-line
12841278
\end{bnf}
12851279

1286-
\pnum
1287-
A \grammarterm{pp-import} shall not
1288-
appear in a context where \tcode{import}
1289-
or (if it is the first preprocessing token of the \grammarterm{pp-import}) \tcode{export}
1290-
is an identifier defined as an object-like macro.
1291-
12921280
\pnum
12931281
The preprocessing tokens after the \tcode{import} preprocessing token
12941282
in the \tcode{import} \grammarterm{control-line}

0 commit comments

Comments
 (0)