On Tue, Jun 01, 2004 at 09:28:32AM +0200, Marcus Holland-Moritz wrote: > On 2004-05-14, at 11:07:35 +0200, Rafael Garcia-Suarez wrote:
> > #define dUNDERBAR I32 padoff_du = pad_findmy("$_") > > Perl_pad_findmy() is not (yet?) a member of the public API. > Thus, the pad_findmy wrapper macro isn't defined for XSUBs. > > I think we either have to make it part of the public API, > so embed.fnc will take care of the rest, or explicitly use > Perl_pad_findmy(). Surely neither is necessary, as on all perl5.8.x (and earlier), $_ will never be in the pad. Nicholas Clark