DBI 1.15 install errors (bleedperl)

2001-04-02 Thread Geoffrey Young
Hi Tim... I don't know if these are important: DBI.xs: In function `set_trace_file': DBI.xs:457: warning: passing arg 1 of `setlinebuf' from incompatible pointer type DBI.xs: In function `XS_DBI__var_FETCH': DBI.xs:2305: warning: passing arg 1 of `fprintf' from incompatible pointer type and

Re: DBI 1.15 install errors (bleedperl)

2001-04-02 Thread Tim Bunce
Here's a patch (with thanks to H.Merijn Brand). Tim. diff -c -r10.30 DBI.xs *** 10.30 2001/03/30 14:35:41 --- DBI.xs 2001/04/02 12:26:57 *** *** 30,36 --- 30,38 #ifdef HAS_SETLINEBUF #define PerlIO_setlinebuf(f)setlinebuf(f) #else + #ifndef