tmp/tmpadpjn8sp/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
### [[cpp]]: preprocessing directives <a id="diff.cpp">[[diff.cpp]]</a>
|
| 2 |
|
| 3 |
**Change:** Whether `__STDC__` is defined and if so, what its value is,
|
| 4 |
-
are *implementation-defined*. **Rationale:** C++ is not identical to
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
|
|
|
|
| 1 |
### [[cpp]]: preprocessing directives <a id="diff.cpp">[[diff.cpp]]</a>
|
| 2 |
|
| 3 |
**Change:** Whether `__STDC__` is defined and if so, what its value is,
|
| 4 |
+
are *implementation-defined*. **Rationale:** C++ is not identical to C.
|
| 5 |
+
Mandating that `__STDC__` be defined would require that translators make
|
| 6 |
+
an incorrect claim. **Effect on original feature:** Change to semantics
|
| 7 |
+
of well-defined feature. Semantic transformation. Programs and headers
|
| 8 |
+
that reference `__STDC__` are quite common.
|
| 9 |
|