From Jason Turner

[cpp.line]

Diff to HTML by rtfpessoa

tmp/tmpg9fczg3g/{from.md → to.md} RENAMED
@@ -1,14 +1,13 @@
1
  ## Line control <a id="cpp.line">[[cpp.line]]</a>
2
 
3
- The string literal of a `#line` directive, if present, shall be a
4
  character string literal.
5
 
6
  The *line number* of the current source line is one greater than the
7
- number of new-line characters read or introduced in translation phase
8
- 1 ([[lex.phases]]) while processing the source file to the current
9
- token.
10
 
11
  A preprocessing directive of the form
12
 
13
  ``` bnf
14
  '# line' digit-sequence new-line
 
1
  ## Line control <a id="cpp.line">[[cpp.line]]</a>
2
 
3
+ The *string-literal* of a `#line` directive, if present, shall be a
4
  character string literal.
5
 
6
  The *line number* of the current source line is one greater than the
7
+ number of new-line characters read or introduced in translation phase 1
8
+ [[lex.phases]] while processing the source file to the current token.
 
9
 
10
  A preprocessing directive of the form
11
 
12
  ``` bnf
13
  '# line' digit-sequence new-line