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 2001/02/28 06:25:00 UTC

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

dougm       01/02/27 21:25:00

  Modified:    src/modules/perl modperl_util.h
  Log:
  adjust to apr_inline -> APR_INLINE change
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- modperl_util.h	2001/01/02 06:40:20	1.2
  +++ modperl_util.h	2001/02/28 05:25:00	1.3
  @@ -4,7 +4,7 @@
   #ifdef MP_DEBUG
   #define MP_INLINE
   #else
  -#define MP_INLINE apr_inline
  +#define MP_INLINE APR_INLINE
   #endif
   
   MP_INLINE request_rec *modperl_sv2request_rec(pTHX_ SV *sv);