- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit8ec0aae
committed
Prevent redeclaration of typedef TocEntry.
Commit9c02e3a added a forward declaration for this typedef thatcaused redeclarations, which is not valid in C99. To fix, add somepreprocessor guards to avoid a redefinition, as is done elsewhere(e.g., commit382092a).Per buildfarm.1 parent289f74d commit8ec0aae
2 files changed
+6
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
| 289 | + | |
289 | 290 |
| |
| 291 | + | |
| 292 | + | |
290 | 293 |
| |
291 | 294 |
| |
292 | 295 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
| 100 | + | |
100 | 101 |
| |
| 102 | + | |
| 103 | + | |
101 | 104 |
| |
102 | 105 |
| |
103 | 106 |
| |
|
0 commit comments
Comments
(0)