From Jason Turner

[cpp.pragma]

Diff to HTML by rtfpessoa

tmp/tmpame331o_/{from.md → to.md} RENAMED
@@ -5,10 +5,10 @@ A preprocessing directive of the form
5
  ``` bnf
6
  '# pragma' pp-tokensₒₚₜ new-line
7
  ```
8
 
9
  causes the implementation to behave in an *implementation-defined*
10
- manner. The behavior might cause translation to fail or cause the
11
  translator or the resulting program to behave in a non-conforming
12
  manner. Any pragma that is not recognized by the implementation is
13
  ignored.
14
 
 
5
  ``` bnf
6
  '# pragma' pp-tokensₒₚₜ new-line
7
  ```
8
 
9
  causes the implementation to behave in an *implementation-defined*
10
+ manner. The behavior may cause translation to fail or cause the
11
  translator or the resulting program to behave in a non-conforming
12
  manner. Any pragma that is not recognized by the implementation is
13
  ignored.
14