stas 2003/03/13 21:50:31
Modified: src/modules/perl modperl_util.h Log: add a whitespace in the macro concatenation Revision Changes Path 1.42 +1 -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.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- modperl_util.h 14 Mar 2003 05:34:24 -0000 1.41 +++ modperl_util.h 14 Mar 2003 05:50:31 -0000 1.42 @@ -60,7 +60,7 @@ /* check whether the response phase has been initialized already */ #define MP_CHECK_WBUCKET_INIT(func) \ if (!rcfg->wbucket) { \ - Perl_croak(aTHX_ func "can't be called before the response phase"); \ + Perl_croak(aTHX_ func " can't be called before the response phase"); \ } /* turn off cgi header parsing. in case we are already inside