We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784cc65 commit 275b35cCopy full SHA for 275b35c
source/lex.tex
@@ -525,6 +525,12 @@
525
characters \tcode{//} and \tcode{/*} have no special meaning within a
526
\tcode{/*} comment.
527
\end{note}
528
+\begin{note}
529
+Comments are turned into \unicode{0020}{space} characters in
530
+phase 3 of translation as part of decomposing a source file into
531
+preprocessing tokens and sequences of whitespace characters.
532
+\end{note}
533
+
534
\indextext{comment|)}
535
536
\rSec1[lex.pptoken]{Preprocessing tokens}
0 commit comments