Code cleanup for function prototypes: change two K&R-style prototypes
Neil Conway <neilc@samurai.com>
Code cleanup for function prototypes: change two K&R-style prototypes to ANSI-style, and change "()" -> "(void)". Patch from Stefan Huehner.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpgsql/src/pl_funcs.c | modified | +2 −2 |
| src/port/qsort_arg.c | modified | +2 −6 |
| src/port/qsort.c | modified | +2 −6 |