diff options
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 |