summaryrefslogtreecommitdiff
path: root/bytecode.pl
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-05-03 20:20:59 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-05-03 20:20:59 +0000
commitf64a6365a4321eb92de65e5c2074b53cd29e0ca6 (patch)
tree8e888ab52cd143fdbd0c5db85c30796b71d8d1f2 /bytecode.pl
parent79ee829736f0059fc3a1c40f89ec42de04dad28e (diff)
downloadperl-f64a6365a4321eb92de65e5c2074b53cd29e0ca6.tar.gz
Development to pre-alpha4
p4raw-id: //depot/perlext/Compiler@11
Diffstat (limited to 'bytecode.pl')
-rw-r--r--bytecode.pl14
1 files changed, 7 insertions, 7 deletions
diff --git a/bytecode.pl b/bytecode.pl
index 359110da16..0f79e6589a 100644
--- a/bytecode.pl
+++ b/bytecode.pl
@@ -283,19 +283,19 @@ xio_page IoPAGE(sv) long
xio_page_len IoPAGE_LEN(sv) long
xio_lines_left IoLINES_LEFT(sv) long
xio_top_name IoTOP_NAME(sv) pvcontents
-xio_top_gv IoTOP_GV(sv) svindex
+xio_top_gv *(SV**)&IoTOP_GV(sv) svindex
xio_fmt_name IoFMT_NAME(sv) pvcontents
-xio_fmt_gv IoFMT_GV(sv) svindex
+xio_fmt_gv *(SV**)&IoFMT_GV(sv) svindex
xio_bottom_name IoBOTTOM_NAME(sv) pvcontents
-xio_bottom_gv IoBOTTOM_GV(sv) svindex
+xio_bottom_gv *(SV**)&IoBOTTOM_GV(sv) svindex
xio_subprocess IoSUBPROCESS(sv) short
xio_type IoTYPE(sv) char
xio_flags IoFLAGS(sv) char
xcv_stash *(SV**)&CvSTASH(sv) svindex
xcv_start CvSTART(sv) opindex
xcv_root CvROOT(sv) opindex
-xcv_gv CvGV(sv) svindex
-xcv_filegv CvFILEGV(sv) svindex
+xcv_gv *(SV**)&CvGV(sv) svindex
+xcv_filegv *(SV**)&CvFILEGV(sv) svindex
xcv_depth CvDEPTH(sv) long
xcv_padlist *(SV**)&CvPADLIST(sv) svindex
xcv_outside *(SV**)&CvOUTSIDE(sv) svindex
@@ -353,7 +353,7 @@ op_pmflags cPMOP->op_pmflags U16
op_pmpermflags cPMOP->op_pmpermflags U16
op_pmslen cPMOP->op_pmslen char
op_sv cSVOP->op_sv svindex
-op_gv cGVOP->op_gv svindex
+op_gv *(SV**)&cGVOP->op_gv svindex
op_pv cPVOP->op_pv pvcontents
op_pv_tr cPVOP->op_pv op_tr_array
op_redoop cLOOP->op_redoop opindex
@@ -361,7 +361,7 @@ op_nextop cLOOP->op_nextop opindex
op_lastop cLOOP->op_lastop opindex
cop_label cCOP->cop_label pvcontents
cop_stash *(SV**)&cCOP->cop_stash svindex
-cop_filegv cCOP->cop_filegv svindex
+cop_filegv *(SV**)&cCOP->cop_filegv svindex
cop_seq cCOP->cop_seq U32
cop_arybase cCOP->cop_arybase I32
cop_line cCOP->cop_line line_t