- Notifications
You must be signed in to change notification settings - Fork5k
Commitab3d8af
committed
Sync declarations and definitions of two new tablecmds.c functions.
Buildfarm member drongo complained because the definitions of thesefunctions used "const Oid foo" where the forward declarations justhad "Oid foo". (I'm a bit surprised that drongo seems to be the onlycomplainant.) I chose to fix this by removing the "consts" because(a) I'm generally not a fan of using const that way, and (b) it wasa minority usage even within these two functions, let alone comparedto the rest of our code base.Oversight in commiteec0040, so no need for back-patch.1 parent11ff192 commitab3d8af
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12384 | 12384 |
| |
12385 | 12385 |
| |
12386 | 12386 |
| |
12387 |
| - | |
| 12387 | + | |
12388 | 12388 |
| |
12389 | 12389 |
| |
12390 | 12390 |
| |
| |||
12732 | 12732 |
| |
12733 | 12733 |
| |
12734 | 12734 |
| |
12735 |
| - | |
| 12735 | + | |
12736 | 12736 |
| |
12737 | 12737 |
| |
12738 | 12738 |
| |
|
0 commit comments
Comments
(0)