Commit 4f57409
When a single .c file contains several functions and/or methods with
the same name, a safety _METHODDEF #define statement is generated
only for one of them.
This fixes the bug by using the full name of the function to avoid
duplicates rather than just the name.
1 parent 700d2e4 commit 4f57409
4 files changed
Lines changed: 9 additions & 7 deletions
File tree
- Misc/NEWS.d/next/Build
- Modules
- clinic
- Tools/clinic
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | | - | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1138 | 1138 | | |
1139 | 1139 | | |
1140 | 1140 | | |
1141 | | - | |
1142 | 1141 | | |
1143 | | - | |
1144 | 1142 | | |
1145 | 1143 | | |
1146 | 1144 | | |
1147 | 1145 | | |
1148 | 1146 | | |
1149 | 1147 | | |
1150 | 1148 | | |
1151 | | - | |
1152 | 1149 | | |
1153 | | - | |
1154 | 1150 | | |
1155 | 1151 | | |
1156 | 1152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
957 | 957 | | |
958 | 958 | | |
959 | 959 | | |
960 | | - | |
961 | | - | |
| 960 | + | |
| 961 | + | |
962 | 962 | | |
963 | 963 | | |
964 | 964 | | |
| |||
0 commit comments