On Sun, 2007-12-30 at 15:06 -0500, muppet wrote:

> > muppet, what about the attached documentation patch for
> > dGPERL_CALLBACK_MARSHAL_SP?
>
> Looks good.

OK, committed.

> I never did figure out exactly why it does that...

Looks like it's something like this: dSP refers to PL_stack_sp:

#define dSP          register SV **sp = PL_stack_sp

And PL_stack_sp seems to involve a function call:

#define PL_stack_sp         (*Perl_Tstack_sp_ptr(aTHX))

-- 
Bye,
-Torsten

_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to