OSDN Git Service

I notice that contrib/fuzzystrmatch/dmetaphone.c doesn't compile cleanly
authorBruce Momjian <bruce@momjian.us>
Fri, 20 Aug 2004 19:48:14 +0000 (19:48 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 20 Aug 2004 19:48:14 +0000 (19:48 +0000)
commitb43fd16eecde5c03b0e863fdddefb57a0a3f6a42
tree6ff094b3b7c0651621f36e672629fbcc726368ee
parenta9ed7476a0aca1c47397d0f0e855a59707d8ce71
I notice that contrib/fuzzystrmatch/dmetaphone.c doesn't compile cleanly
as it stands - it mixes declarations in code, C++-style. The attached
patch shifts declarations to the tops of functions and enables this file
to compile cleanly as C.

Richard Poole
contrib/fuzzystrmatch/dmetaphone.c