Thread: pgsql: Fix obsolescent C declaration syntax

pgsql: Fix obsolescent C declaration syntax

From
Peter Eisentraut
Date:
Fix obsolescent C declaration syntax

gcc -Wextra/-Wold-style-declaration thinks that "inline" should go
before the function return type.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/afe86a9e73b0d30f34dfdc196a6b52ce1306a95e

Modified Files
--------------
src/backend/access/gist/gistproc.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)