Commit 2f9db35
authored
[XPTI] Don't define macro with reserved name (#15722)
__XPTI_INSERT_IF_MSVC is a reserved name. Additionally this macro was
only used once, right next to some gcc and clang conditional inclusion
of a similar form, so it makes sense to just delete the definition and
expand the use.1 parent 45c33e9 commit 2f9db35
1 file changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 58 | | |
67 | 59 | | |
68 | 60 | | |
| |||
219 | 211 | | |
220 | 212 | | |
221 | 213 | | |
222 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
223 | 217 | | |
224 | 218 | | |
225 | 219 | | |
| |||
0 commit comments