From b47bb89219b7109fd227031a192c7c7056ff727e Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Sat, 18 Oct 2025 11:27:09 -0400 Subject: [PATCH] [cpp.module] Cannot treat module directive as normal text With the application of papers restricting macros in module directives, there remain no valid transformations for treating any part of such a directive as normal text. --- source/preprocessor.tex | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/preprocessor.tex b/source/preprocessor.tex index 38c595333c..c571178a69 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -1251,14 +1251,6 @@ the \grammarterm{pp-module-name} or \grammarterm{pp-module-partition} shall currently be defined as an object-like macro. -\pnum -Any preprocessing tokens after the \tcode{module} preprocessing token -in the \tcode{module} directive are processed just as in normal text. -\begin{note} -Each identifier currently defined as a macro name -is replaced by its replacement list of preprocessing tokens. -\end{note} - \pnum The \tcode{module} and \tcode{export} (if it exists) preprocessing tokens are replaced by the \grammarterm{module-keyword} and