[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Gtk 1.162 build issues under win32



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]