From Jason Turner

[lex.header]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp9oa7emue/{from.md → to.md} +10 -8
tmp/tmp9oa7emue/{from.md → to.md} RENAMED
@@ -26,17 +26,19 @@ q-char-sequence:
26
  ``` bnf
27
  q-char:
28
  any member of the source character set except new-line and '"'
29
  ```
30
 
31
- Header name preprocessing tokens shall only appear within a `#include`
32
- preprocessing directive ([[cpp.include]]). The sequences in both forms
33
- of *header-name*s are mapped in an *implementation-defined* manner to
34
- headers or to external source file names as specified in 
35
- [[cpp.include]].
 
 
36
 
37
  The appearance of either of the characters `'` or `\` or of either of
38
  the character sequences `/*` or `//` in a *q-char-sequence* or an
39
- *h-char-sequence* is conditionally-supported with implementation-defined
40
- semantics, as is the appearance of the character `"` in an
41
- *h-char-sequence*.[^9]
42
 
 
26
  ``` bnf
27
  q-char:
28
  any member of the source character set except new-line and '"'
29
  ```
30
 
31
+ [*Note 1*: Header name preprocessing tokens only appear within a
32
+ `#include` preprocessing directive (see 
33
+ [[lex.pptoken]]). *end note*]
34
+
35
+ The sequences in both forms of *header-name*s are mapped in an
36
+ *implementation-defined* manner to headers or to external source file
37
+ names as specified in  [[cpp.include]].
38
 
39
  The appearance of either of the characters `'` or `\` or of either of
40
  the character sequences `/*` or `//` in a *q-char-sequence* or an
41
+ *h-char-sequence* is conditionally-supported with
42
+ *implementation-defined* semantics, as is the appearance of the
43
+ character `"` in an *h-char-sequence*.[^9]
44