- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit27c79a4
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 parentcfbbc1f commit27c79a4
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
533 | 533 |
| |
534 | 534 |
| |
535 | 535 |
| |
536 |
| - | |
| 536 | + | |
537 | 537 |
| |
538 | 538 |
| |
539 | 539 |
| |
| |||
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
587 |
| - | |
| 587 | + | |
588 | 588 |
| |
589 | 589 |
| |
590 | 590 |
| |
|
0 commit comments
Comments
(0)