pgsql: Code cleanup for function prototypes: change two K&R-style

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code cleanup for function prototypes: change two K&R-style
Date: 2007-03-18 05:36:50
Message-ID: 20070318053650.38A199FB438@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Code cleanup for function prototypes: change two K&R-style prototypes
to ANSI-style, and change "()" -> "(void)". Patch from Stefan Huehner.

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
pl_funcs.c (r1.57 -> r1.58)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_funcs.c.diff?r1=1.57&r2=1.58)
pgsql/src/port:
qsort.c (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/qsort.c.diff?r1=1.12&r2=1.13)
qsort_arg.c (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/qsort_arg.c.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-03-18 16:50:46 pgsql: Code cleanup: mark some variables with the "const" modifier, when
Previous Message User Eggyknap 2007-03-17 19:27:35 pgsnmpd - pgsnmpd: Make it build again