Skip to content

Commit a1a5998

Browse files
committed
[cpp.module] Drop meaningless sentence about keywords as macros
1 parent eb17276 commit a1a5998

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
@@ -1219,12 +1219,6 @@
12191219
\opt{\keyword{export}} \keyword{module} \opt{pp-tokens} \terminal{;} new-line
12201220
\end{bnf}
12211221

1222-
\pnum
1223-
A \grammarterm{pp-module} shall not
1224-
appear in a context where \tcode{module}
1225-
or (if it is the first preprocessing token of the \grammarterm{pp-module}) \tcode{export}
1226-
is an identifier defined as an object-like macro.
1227-
12281222
\pnum
12291223
The \grammarterm{pp-tokens}, if any, of a \grammarterm{pp-module}
12301224
shall be of the form:
@@ -1280,12 +1274,6 @@
12801274
\opt{\keyword{export}} \keyword{import} pp-tokens \terminal{;} new-line
12811275
\end{bnf}
12821276

1283-
\pnum
1284-
A \grammarterm{pp-import} shall not
1285-
appear in a context where \tcode{import}
1286-
or (if it is the first preprocessing token of the \grammarterm{pp-import}) \tcode{export}
1287-
is an identifier defined as an object-like macro.
1288-
12891277
\pnum
12901278
The preprocessing tokens after the \tcode{import} preprocessing token
12911279
in the \tcode{import} \grammarterm{control-line}

0 commit comments

Comments
 (0)