diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2001-08-31 20:58:38 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2001-08-31 20:58:38 +0000 |
commit | e4bba5a0d263c2bf843fac4791fb8094b176cd2d (patch) | |
tree | a2ca08c77d2b63d1777d0b228ff53362895c1624 /cv.h | |
parent | 68557093b0ba121e3abb7bee8b59d0af84a7afd5 (diff) | |
download | perl-e4bba5a0d263c2bf843fac4791fb8094b176cd2d.tar.gz |
remove deprecated PERL_OBJECT cruft, it has long since stopped
working in 5.7.x
p4raw-id: //depot/perl@11803
Diffstat (limited to 'cv.h')
-rw-r--r-- | cv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ struct xpvcv { HV * xcv_stash; OP * xcv_start; OP * xcv_root; - void (*xcv_xsub) (pTHXo_ CV*); + void (*xcv_xsub) (pTHX_ CV*); ANY xcv_xsubany; GV * xcv_gv; char * xcv_file; |