dougm 00/08/20 20:46:00 Modified: src/modules/perl modperl_apache_xs.h Log: use proper macro Revision Changes Path 1.2 +1 -1 modperl-2.0/src/modules/perl/modperl_apache_xs.h Index: modperl_apache_xs.h =================================================================== RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_apache_xs.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- modperl_apache_xs.h 2000/08/21 03:03:52 1.1 +++ modperl_apache_xs.h 2000/08/21 03:46:00 1.2 @@ -1,6 +1,6 @@ #ifndef MODPERL_APACHE_XS_H #define MODPERL_APACHE_XS_H -apr_inline apr_size_t modperl_apache_xs_write(pTHX_ SV **mark_ptr, SV **sp_ptr); +MP_INLINE apr_size_t modperl_apache_xs_write(pTHX_ SV **mark_ptr, SV **sp_ptr); #endif /* MODPERL_APACHE_XS_H */