in reply to Re^2: GIMME_V==G_ARRAY anomaly on win32 (5.10 only)
in thread GIMME_V==G_ARRAY anomaly on win32 (5.10 only)
void foo() { printf("%x\n", GIMME_V); printf("%x\n", G_ARRAY); printf("%d\n", GIMME_V == G_ARRAY); }
Maybe it would help if you posted the generated C and XS files for each Perl. They normally get deleted, but you can avoid that with
perl -MInline=NOCLEAN,force script.pl
( "force" forces a rebuild )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: GIMME_V==G_ARRAY anomaly on win32 (5.10 only)
by syphilis (Archbishop) on Dec 19, 2009 at 01:04 UTC | |
by Anonymous Monk on Dec 19, 2009 at 09:06 UTC | |
by almut (Canon) on Dec 19, 2009 at 12:58 UTC | |
by Anonymous Monk on Dec 19, 2009 at 19:53 UTC | |
by syphilis (Archbishop) on Dec 19, 2009 at 22:31 UTC |