stas        2002/06/21 10:40:18

  Modified:    xs/APR/PerlIO apr_perlio.c
  Log:
  wrap the long args line
  
  Revision  Changes    Path
  1.19      +2 -1      modperl-2.0/xs/APR/PerlIO/apr_perlio.c
  
  Index: apr_perlio.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/APR/PerlIO/apr_perlio.c,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- apr_perlio.c      21 Jun 2002 17:37:38 -0000      1.18
  +++ apr_perlio.c      21 Jun 2002 17:40:18 -0000      1.19
  @@ -28,7 +28,8 @@
       apr_pool_t *pool;
   } PerlIOAPR;
   
  -static IV PerlIOAPR_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs 
*tab)
  +static IV PerlIOAPR_pushed(pTHX_ PerlIO *f, const char *mode,
  +                           SV *arg, PerlIO_funcs *tab)
   {
       IV code = PerlIOBase_pushed(aTHX_ f, mode, arg, tab);
       if (*PerlIONext(f)) {
  
  
  


Reply via email to