Re: Code-Cleanup: function declarations (void, and k&r style)

From: Neil Conway <neilc(at)samurai(dot)com>
To: Stefan Huehner <stefan(at)huehner(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Code-Cleanup: function declarations (void, and k&r style)
Date: 2007-03-18 05:37:32
Message-ID: 45FCD01C.5040301@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Stefan Huehner wrote:
> attached patch fixes some function declarations:
>
> - () -> (void)
> - k&r style -> ansi C
>

Applied, thanks for the patch.

-Neil

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Jeremy Drake 2007-03-18 05:47:07 Re: patch adding new regexp functions
Previous Message Neil Conway 2007-03-18 05:31:39 Re: Code-Cleanup: char* -> const char*