diff options
author | Adrian M. Enache <enache@rdslink.ro> | 2003-03-20 09:38:39 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-03-20 22:07:50 +0000 |
commit | f52873be661eb80fe4a715a931890444c8287cb7 (patch) | |
tree | 4c2412e795053afcb7ba583cd66170e2178af4f9 /bytecode.pl | |
parent | 270085805fa918837f9a23b71589ce94ac7477d6 (diff) | |
download | perl-f52873be661eb80fe4a715a931890444c8287cb7.tar.gz |
Re: Bytecode? Back into service.
Message-ID: <20030320053839.GA4044@ratsnest.hole>
p4raw-id: //depot/perl@19038
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bytecode.pl b/bytecode.pl index 569d28e9fc..38ae8092a9 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -382,6 +382,7 @@ xcv_file CvFILE(bstate->bs_sv) pvindex xcv_depth CvDEPTH(bstate->bs_sv) long xcv_padlist *(SV**)&CvPADLIST(bstate->bs_sv) svindex xcv_outside *(SV**)&CvOUTSIDE(bstate->bs_sv) svindex +xcv_outside_seq CvOUTSIDE_SEQ(bstate->bs_sv) U32 xcv_flags CvFLAGS(bstate->bs_sv) U16 av_extend bstate->bs_sv SSize_t x av_push bstate->bs_sv svindex x |