You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/01/09 01:12:08 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_util.h

stas        2004/01/08 16:12:07

  Modified:    src/modules/perl modperl_util.h
  Log:
  wrap up a long line
  
  Revision  Changes    Path
  1.50      +2 -1      modperl-2.0/src/modules/perl/modperl_util.h
  
  Index: modperl_util.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_util.h,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -u -r1.49 -r1.50
  --- modperl_util.h	19 Dec 2003 01:17:32 -0000	1.49
  +++ modperl_util.h	9 Jan 2004 00:12:07 -0000	1.50
  @@ -60,7 +60,8 @@
   /* check whether the response phase has been initialized already */
   #define MP_CHECK_WBUCKET_INIT(func) \
       if (!rcfg->wbucket) { \
  -        Perl_croak(aTHX_ "%s: " func " can't be called before the response phase", MP_FUNC); \
  +        Perl_croak(aTHX_ "%s: " func " can't be called "  \
  +                   "before the response phase", MP_FUNC); \
       }
   
   /* turn off cgi header parsing. in case we are already inside