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 do...@apache.org on 2002/08/28 05:11:21 UTC

cvs commit: modperl-2.0/xs/Apache/Directive Apache__Directive.h

dougm       2002/08/27 20:11:21

  Modified:    xs/Apache/Directive Apache__Directive.h
  Log:
  make as_string static
  
  Revision  Changes    Path
  1.4       +2 -1      modperl-2.0/xs/Apache/Directive/Apache__Directive.h
  
  Index: Apache__Directive.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/Directive/Apache__Directive.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Apache__Directive.h	24 Aug 2002 16:33:15 -0000	1.3
  +++ Apache__Directive.h	28 Aug 2002 03:11:21 -0000	1.4
  @@ -73,7 +73,8 @@
   }
   
   /* XXX: this is only useful for <Perl> at the moment */
  -SV *mpxs_Apache__Directive_as_string(pTHX_ ap_directive_t *self)
  +static MP_INLINE SV *mpxs_Apache__Directive_as_string(pTHX_
  +                                                      ap_directive_t *self)
   {
       ap_directive_t *d;
       SV *sv = newSVpv("", 0);