Randy Kobes wrote:
On Tue, 19 Apr 2005, Randy Kobes wrote:
[ ... ]
APR::Status::is_EAGAIN sounds good ... I'll make up a
modified patch doing this, defined as a macro, for just
EAGAIN.
Here it is ...
[...]
Index: xs/APR/Status/APR__Status.h
[...]
+#define mpxs_APR__Status_is_EAGAIN(rc) APR_STATUS_IS_EAGAIN(aTHX_ rc)
why the aTHX_? it doesn't work.
The following should do the trick:
#define mpxs_APR__Status_is_EAGAIN APR_STATUS_IS_EAGAIN
Randy, please don't forget the doc part. Thanks :)
Otherwise +1
--
__________________________________________________________________
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]