diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-27 15:43:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-27 15:43:30 +0000 |
commit | 2edcda664a46cf47ed5ee5520834c7e424efc8fd (patch) | |
tree | 43de92f44dd6fa498f986bd5951d0824ed0638c8 /bytecode.pl | |
parent | 3610fdac7fd1fba4c99a48ebfbeee10260813d0e (diff) | |
download | perl-2edcda664a46cf47ed5ee5520834c7e424efc8fd.tar.gz |
Regen byterun once more: the incav is not yet right, but at
least it compiles now (Tru64 cc choked on the lvalue cast).
p4raw-id: //depot/perl@20223
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl index e3759613e2..1bcf95a6f6 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -479,7 +479,7 @@ push_end PL_endav svindex x 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 |