diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-17 17:50:50 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-17 17:50:50 +0000 |
commit | 1853469bd7bc4f59baf47a0eb2f44b3553f0a805 (patch) | |
tree | bc6d2308aa3d9808f3e8487eaa2cfa76fbd17c60 /bytecode.pl | |
parent | b1475138a0e30c3f84f731b7761d8635cbb7f4c8 (diff) | |
download | perl-1853469bd7bc4f59baf47a0eb2f44b3553f0a805.tar.gz |
[perlext] Assorted changes to the compiler
p4raw-id: //depot/perlext/Compiler@531
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 0dd7c1e4df..d7532136b8 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -310,7 +310,7 @@ xcv_outside *(SV**)&CvOUTSIDE(sv) svindex xcv_flags CvFLAGS(sv) U8 av_extend sv SSize_t x av_push sv svindex x -xav_fill AvFILL(sv) SSize_t +xav_fill AvFILLp(sv) SSize_t xav_max AvMAX(sv) SSize_t xav_flags AvFLAGS(sv) U8 xhv_riter HvRITER(sv) I32 |