Nicholas Clark wrote:
> On Thu, Apr 21, 2005 at 09:10:52AM -0700, Rafael Garcia-Suarez wrote:
>
>
>>+#ifdef PERL_GLOBAL_STRUCT
>>+
>>+struct perl_vars *
>>+Perl_init_global_struct(pTHX)
>>+{
>>+ struct perl_vars *plvarsp = NULL;
>>+#ifdef PERL_GLOBAL_STRUCT
>
>
> Eh? This must be true. Was the inner one supposed to be _PRIVATE ?
Possibly, maybe (or could be just belt-and-suspenders approach).
But unless you have an overpowering urge to change this spot I
recommend against touching it, it took some work to get them defs
right... :-)
P.S. Are you thinking (even remotely) of applying the Symbian changes
for maint? If so, I want to definitely dust off / reinspect the changes
I made.
> Nicholas Clark
>