Skip to content

Commit de1b557

Browse files
burblebeetkoeppe
authored andcommitted
CWG2908 Counting physical source lines for __LINE__
1 parent 96cdeff commit de1b557

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/preprocessor.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,9 @@
16001600
\pnum
16011601
The
16021602
\defn{line number}
1603-
of the current source line is one greater than
1603+
of the current source line is
1604+
the line number of the current physical source line,
1605+
i.e., it is one greater than
16041606
the number of new-line characters read or introduced
16051607
in translation phase 1\iref{lex.phases}
16061608
while processing the source file to the current token.

0 commit comments

Comments
 (0)