From Jason Turner

[cpp.include]

Diff to HTML by rtfpessoa

tmp/tmp7yftl8xd/{from.md → to.md} RENAMED
@@ -40,14 +40,14 @@ A preprocessing directive of the form
40
  '# include' pp-tokens new-line
41
  ```
42
 
43
  (that does not match one of the two previous forms) is permitted. The
44
  preprocessing tokens after `include` in the directive are processed just
45
- as in normal text (Each identifier currently defined as a macro name is
46
- replaced by its replacement list of preprocessing tokens.). If the
47
- directive resulting after all replacements does not match one of the two
48
- previous forms, the behavior is undefined.[^7] The method by which a
49
  sequence of preprocessing tokens between a `<` and a `>` preprocessing
50
  token pair or a pair of `"` characters is combined into a single header
51
  name preprocessing token is *implementation-defined*.
52
 
53
  The implementation shall provide unique mappings for sequences
 
40
  '# include' pp-tokens new-line
41
  ```
42
 
43
  (that does not match one of the two previous forms) is permitted. The
44
  preprocessing tokens after `include` in the directive are processed just
45
+ as in normal text (i.e., each identifier currently defined as a macro
46
+ name is replaced by its replacement list of preprocessing tokens). If
47
+ the directive resulting after all replacements does not match one of the
48
+ two previous forms, the behavior is undefined.[^7] The method by which a
49
  sequence of preprocessing tokens between a `<` and a `>` preprocessing
50
  token pair or a pair of `"` characters is combined into a single header
51
  name preprocessing token is *implementation-defined*.
52
 
53
  The implementation shall provide unique mappings for sequences