Skip to content

Commit 5342083

Browse files
AlisdairMtkoeppe
authored andcommitted
[cpp.pre] define, index, and consistently use the term 'logical source line'
1 parent 0711baa commit 5342083

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/lex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
immediately followed by
115115
zero or more whitespace characters other than new-line followed by
116116
a new-line character is deleted, splicing
117-
physical source lines to form logical source lines. Only the last
117+
physical source lines to form \defnx{logical source lines}{source line!logical}. Only the last
118118
backslash on any physical source line shall be eligible for being part
119119
of such a splice.
120120
\begin{note}

source/preprocessor.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150

151151
\item
152152
an \keyword{import} preprocessing token
153-
immediately followed on the same logical line by a
153+
immediately followed on the same logical source line by a
154154
\grammarterm{header-name},
155155
\tcode{<},
156156
\grammarterm{identifier},
@@ -160,15 +160,15 @@
160160

161161
\item
162162
a \keyword{module} preprocessing token
163-
immediately followed on the same logical line by an
163+
immediately followed on the same logical source line by an
164164
\grammarterm{identifier},
165165
\tcode{:}, or
166166
\tcode{;}
167167
preprocessing token, or
168168

169169
\item
170170
an \keyword{export} preprocessing token
171-
immediately followed on the same logical line by
171+
immediately followed on the same logical source line by
172172
one of the two preceding forms.
173173
\end{itemize}
174174

0 commit comments

Comments
 (0)