Re: interpreter context in xs

2004-11-11 Thread Stas Bekman
Geoffrey Young wrote: hi all (stas in particular :) I have this bit of XS in Apache::SSLLookup SV * new(self, r) SV * self Apache::RequestRec r INIT: MP_dTHX; /* interpreter selection */ why do you need that? You already have the context, it's pTHX this turns into the C c

interpreter context in xs

2004-11-11 Thread Geoffrey Young
hi all (stas in particular :) I have this bit of XS in Apache::SSLLookup SV * new(self, r) SV * self Apache::RequestRec r INIT: MP_dTHX; /* interpreter selection */ this turns into the C code XS(XS_Apache__SSLLookup_new) { dXSARGS; if (items != 2)

Re: cvs commit: modperl-2.0/t/response/TestDirective perlloadmodule.pm

2004-11-11 Thread Stas Bekman
[EMAIL PROTECTED] wrote: gozer 2004/11/10 23:51:04 Modified:t/response/TestDirective perlloadmodule.pm Log: Debugging should remain commented out. My bad. There is a better way: Revision ChangesPath 1.8 +1 -1 modperl-2.0/t/response/TestDirective/perlloadmodule.p