- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit1b242f4
committed
Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.
We had "short *mdy" in the extern declarations, but "short mdy[3]"in the actual function definitions. Per C99 these are equivalent,but recent versions of gcc have started to issue warnings aboutthe inconsistency. Clean it up before the warnings get any morewidespread.Back-patch, in case anyone wants to build older PG versions withbleeding-edge compilers.Discussion:https://postgr.es/m/2401575.1611764534@sss.pgh.pa.us1 parent6819b90 commit1b242f4
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
513 | 513 |
| |
514 | 514 |
| |
515 | 515 |
| |
516 |
| - | |
| 516 | + | |
517 | 517 |
| |
518 | 518 |
| |
519 | 519 |
| |
| |||
564 | 564 |
| |
565 | 565 |
| |
566 | 566 |
| |
567 |
| - | |
| 567 | + | |
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
|
0 commit comments
Comments
(0)