Philip M. Gollucci wrote:
 > +static MP_INLINE int mpxs_APR__STATUS_is_eagain(pTHX_ apr_status_t rc)
 > +{
 > +    return APR_STATUS_IS_EAGAIN(rc) ? TRUE : FALSE;
 > +}

Based on Nicks previous CYGWIN patch...

shouldn't that be MP_STATIC and not static ?

If it's a macro, it becomes irrelevant :)


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to