pgsql/src/interfaces/odbc convert.c

Started by Tom Lanealmost 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 01/09/30 17:48:58

Modified files:
src/interfaces/odbc: convert.c

Log message:
Fix sloppiness about static vs non-static declaration of functions.
Some compilers are pickier about this than gcc is.