On Tue, 11 Sep 2001, Philippe M . Chiasson wrote:
> I hope this one is obvious ...
>
> xs/modperl_xs_sv_convert.h is full if nasty (love them) macros to deal with
> conversion of blessed SV* back to their pointer form and some more.
:)
> I can't figure out how to define a new alias like that, so I don't have to do:
>
> #define mp_xs_sv2_table mp_xs_sv2_APR__Table
>
> to get this to work:
>
> APR__Table table;
> mpxs_usage_va_1(table,"$table->do(sub,[@filter])");
see %Apache::TypeMap::convert_alias, should just need to add:
APR__Table => 'table'
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]