- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitd19c1b0
committed
Don't use 'bool' as a struct member name in help_config.c.
Doing so doesn't work if bool is a macro rather than a typedef.Although c.h spends some effort to support configurations where bool isa preexisting macro, help_config.c has existed this way since2003 (b700a6), and there have not been any reports ofproblems. Backpatch anyway since this is as riskless as it gets.Discussion: 20150812084351.GD8470@awork2.anarazel.deBackpatch: 9.0-master1 parentfeb473a commitd19c1b0
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
| 101 | + | |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
|
0 commit comments
Comments
(0)