From 095a9223ecbb5b326fbbaafd563a16bdf024bc3b Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 16 Apr 2026 17:25:53 +0200 Subject: [PATCH] [cpp.pre] Remove confused footnote about 'lines' --- source/preprocessor.tex | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/preprocessor.tex b/source/preprocessor.tex index c2284a582c..75f5a18760 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -229,15 +229,6 @@ The last preprocessing token in the sequence is the first preprocessing token within the sequence that is immediately followed by whitespace containing a new-line character. -\begin{footnote} -Thus, -preprocessing directives are commonly called ``lines''. -These ``lines'' have no other syntactic significance, -as all whitespace is equivalent except in certain situations -during preprocessing (see the -\tcode{\#} -character string literal creation operator in~\ref{cpp.stringize}, for example). -\end{footnote} \begin{note} A new-line character ends the preprocessing directive even if it occurs within what would otherwise be an invocation of a function-like macro.