]> granicus.if.org Git - postgresql/commit
Fix obsolescent C declaration syntax
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 12 May 2012 09:52:02 +0000 (12:52 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 12 May 2012 09:52:02 +0000 (12:52 +0300)
commitafe86a9e73b0d30f34dfdc196a6b52ce1306a95e
tree1955657434feda982ce58559e15d3ea28b8c8394
parenta5985a96a82d96704984377a96c1945bcf914646
Fix obsolescent C declaration syntax

gcc -Wextra/-Wold-style-declaration thinks that "inline" should go
before the function return type.
src/backend/access/gist/gistproc.c