Doug MacEachern wrote:
> On Fri, 8 Mar 2002, Stas Bekman wrote:
>
>
>>Doug,
>>
>>This kind of construct:
>>
>> int mpxs_Apache__Foo_bar(pTHX_ I32 items, SV **MARK, SV **SP)
>>
>>is special to WrapXS, isn't it?
>>
>
> dunno if i'd call it special. usage is derived from PP() functions in the
On Fri, 8 Mar 2002, Stas Bekman wrote:
> Doug,
>
> This kind of construct:
>
>int mpxs_Apache__Foo_bar(pTHX_ I32 items, SV **MARK, SV **SP)
>
> is special to WrapXS, isn't it?
dunno if i'd call it special. usage is derived from PP() functions in the
perl core.
> you cannot really use