I notice that contrib/fuzzystrmatch/dmetaphone.c doesn't compile cleanly
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/fuzzystrmatch/dmetaphone.c | modified | +25 −19 |