[svn:DBD-Pg] r13044 - DBD-Pg/trunk [email protected] Sun, 12 Jul 2009 11:47:09 -0700 (PDT) Newsgroups perl.dbd.pg.changes Message-ID <[email protected]> Author: turnstep Date: Sun Jul 12 11:47:09 2009 New Revision: 13044 Modified: DBD-Pg/trunk/quote.c Log: Whitespace. Modified: DBD-Pg/trunk/quote.c ============================================================================== --- DBD-Pg/trunk/quote.c (original) +++ DBD-Pg/trunk/quote.c Sun Jul 12 11:47:09 2009 @@ -229,8 +229,6 @@ } - - char * quote_bool(const char *value, STRLEN len, STRLEN *retlen, int estring) { dTHX; @@ -281,7 +279,6 @@ return result; } - char * quote_float(const char *string, STRLEN len, STRLEN *retlen, int estring) { dTHX;