-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Commit ddd33fd
authored
Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667)
When global constants' or class constants' availability is based on some
preprocessor condition, the generated arginfo header files wrap the
declarations in the preprocessor `#if` conditional blocks, one per declaration,
even if they are in the same conditional block based on comments in the stub
file. Instead of having multiple conditional blocks one after the other with
the same condition, combine them into a single conditional block.1 parent 4dfba7a commit ddd33fd
File tree
25 files changed
+13
-817
lines changed- build
- ext
- com_dotnet
- curl
- dba
- gd
- intl
- listformatter
- spoofchecker
- uchar
- ldap
- odbc
- openssl
- pcntl
- pdo_mysql
- pdo_sqlite
- sockets
- sodium
- standard
- tidy
- xsl
- zip
- main
25 files changed
+13
-817
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2749 | 2749 |
| |
2750 | 2750 |
| |
2751 | 2751 |
| |
2752 | - | ||
2753 | - | ||
2754 | - | ||
2755 | - | ||
2756 | - | ||
2752 | + | ||
2757 | 2753 |
| |
2758 | 2754 |
| |
2759 | - | ||
2755 | + | ||
2760 | 2756 |
| |
2761 | - | ||
2757 | + | ||
2762 | 2758 |
| |
2763 | 2759 |
| |
2764 | 2760 |
| |
2765 | - | ||
2766 | - | ||
2767 | - | ||
2768 | - | ||
2769 | 2761 |
| |
2770 | 2762 |
| |
2771 | 2763 |
| |
| |||
3556 | 3548 |
| |
3557 | 3549 |
| |
3558 | 3550 |
| |
3559 | - | ||
3560 | - | ||
3561 | - | ||
3551 | + | ||
3552 | + | ||
3553 | + | ||
3554 | + | ||
3555 | + | ||
3562 | 3556 |
| |
3563 | 3557 |
| |
3564 | 3558 |
| |
| |||
5192 | 5186 |
| |
5193 | 5187 |
| |
5194 | 5188 |
| |
5195 | - | ||
5196 | - | ||
5197 | - | ||
5189 | + | ||
5190 | + | ||
5191 | + | ||
5192 | + | ||
5193 | + | ||
5198 | 5194 |
| |
5199 | 5195 |
| |
5200 | 5196 |
| |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments