forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit393de3a
committed
Fix assorted inconsistent function declarations.
While gcc doesn't complain if you declare a function "static" and thendefine it not-static, other compilers do; and in any case the code ishighly misleading this way. Add the missing "static" keywords to acouple of recent patches. Per buildfarm member pademelon.1 parentee075fc commit393de3a
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
232 |
| - | |
| 232 | + | |
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
|
0 commit comments
Comments
(0)