p4raw-id: //depot/asperl@1056
#define pad_allocmy pPerl->Perl_pad_allocmy
#undef pad_findmy
#define pad_findmy pPerl->Perl_pad_findmy
+#undef op_const_sv
+#define op_const_sv pPerl->Perl_op_const_sv
#undef op_free
#define op_free pPerl->Perl_op_free
#undef oopsCV
#define pad_allocmy CPerlObj::Perl_pad_allocmy
#undef pad_findmy
#define pad_findmy CPerlObj::Perl_pad_findmy
+#undef op_const_sv
+#define op_const_sv CPerlObj::Perl_op_const_sv
#undef op_free
#define op_free CPerlObj::Perl_op_free
#undef oopsCV
VIRTUAL void cv_ckproto _((CV* cv, GV* gv, char* p));
VIRTUAL CV* cv_clone _((CV* proto));
VIRTUAL SV* cv_const_sv _((CV* cv));
+VIRTUAL SV* op_const_sv _((OP* o, CV* cv));
VIRTUAL void cv_undef _((CV* cv));
VIRTUAL void cx_dump _((PERL_CONTEXT* cs));
VIRTUAL SV* filter_add _((filter_t funcp, SV* datasv));