least it compiles now (Tru64 cc choked on the lvalue cast).
p4raw-id: //depot/perl@20223
curstash *(SV**)&PL_curstash svindex
defstash *(SV**)&PL_defstash svindex
data none U8 x
-incav *(SV**)&GvAVn(PL_incgv) svindex
+incav *(SV**)&PL_incgv svindex
load_glob none svindex x
#ifdef USE_ITHREADS
regex_padav *(SV**)&PL_regex_padav svindex
{
svindex arg;
BGET_svindex(arg);
- *(SV**)&GvAVn(PL_incgv) = arg;
+ *(SV**)&PL_incgv = arg;
break;
}
case INSN_LOAD_GLOB: /* 139 */