diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-07 09:57:24 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-07 09:57:24 +0000 |
commit | fc2904571a077900be0708b6f150c27f77e62f18 (patch) | |
tree | f9a9a43d32791298af89c8cb105cf3a11272a9fb /bytecode.pl | |
parent | 341bd822d2aa170d6da924b2ac1ec314d007122b (diff) | |
download | perl-fc2904571a077900be0708b6f150c27f77e62f18.tar.gz |
get ByteLoader working again
p4raw-id: //depot/perl@5593
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 0ffe8e4443..d1e1c708c0 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -343,7 +343,7 @@ xcv_file CvFILE(bytecode_sv) pvcontents xcv_depth CvDEPTH(bytecode_sv) long xcv_padlist *(SV**)&CvPADLIST(bytecode_sv) svindex xcv_outside *(SV**)&CvOUTSIDE(bytecode_sv) svindex -xcv_flags CvFLAGS(bytecode_sv) U8 +xcv_flags CvFLAGS(bytecode_sv) U16 av_extend bytecode_sv SSize_t x av_push bytecode_sv svindex x xav_fill AvFILLp(bytecode_sv) SSize_t |