Thread: pgsql-server: I notice that contrib/fuzzystrmatch/dmetaphone.c doesn't

pgsql-server: I notice that contrib/fuzzystrmatch/dmetaphone.c doesn't

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Log Message:
-----------
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

Modified Files:
--------------
    pgsql-server/contrib/fuzzystrmatch:
        dmetaphone.c (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/fuzzystrmatch/dmetaphone.c.diff?r1=1.1&r2=1.2)