Front page | perl.perl5.porters |
Postings from March 2000
Re: Source filters
From:
Gurusamy Sarathy
Date:
March 24, 2000 06:52
Subject:
Re: Source filters
Message ID:
200003241451.GAA11770@maul.ActiveState.com
On Fri, 24 Mar 2000 13:39:30 GMT, Nick Ing-Simmons wrote:
>+filter_call(pTHXo_ int idx, SV* buf_sv, int maxlen)
>+filter_exec(pTHXo_ int idx, SV* buf_sv, int maxlen)
>+filter_decrypt(pTHXo_ int idx, SV* buf_sv, int maxlen)
>+filter_tee(pTHXo_ int idx, SV* buf_sv, int maxlen)
s/THXo/THX/g
The THXo variant is a PERL_CORE-only hack for PERL_OBJECT support
(which is now deprecated). It should not be inflicted on XSUB
writers.
Sarathy
gsar@ActiveState.com