diff --git a/source/lex.tex b/source/lex.tex index 8005b33374..350acab49f 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -525,6 +525,12 @@ characters \tcode{//} and \tcode{/*} have no special meaning within a \tcode{/*} comment. \end{note} +\begin{note} +Comments are turned into \unicode{0020}{space} characters in +phase 3 of translation as part of decomposing a source file into +preprocessing tokens and sequences of whitespace characters. +\end{note} + \indextext{comment|)} \rSec1[lex.pptoken]{Preprocessing tokens}